#5C4619

Color #5C4619 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5C4619

Tints of Bronze Olive #5C4619

Color information

#5C4619 (or 0x5C4619) is unknown color: approx Bronze Olive. HEX triplet: 5C, 46 and 19. RGB value is (92,70,25). Sum of RGB (Red+Green+Blue) = 92+70+25=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4619 is #A3B9E6. Grayscale: #474747. Windows color (decimal): -10729959 or 1656412. OLE color: 1656412.

HSL color Cylindrical-coordinate representation of color #5C4619: hue angle of 40.3º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C4619 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB927025-
CMYK00.240.730.64
HSL40.3º57.26%22.94%-
HSV(B)40.3º72.83%36.08%-
XYZ6.786.731.86-
YUV71.45101.79142.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 49.20%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=49.20%
G=37.43%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92702500.240.730.6440.357.2622.94
Hex5C46190184940283917
Octal13410631030111100507127
Binary10111001000110110010110001001001100000010100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4619; }

 p { color: rgb(92,70,25); }

 H1.HeaderClassName
 {
   color: #5C4619;
 }
 .AnyTagClassName
 {
   color: #5C4619;
 }
</style>
background-color css

<style>
 a { background-color: #5C4619; }

 a { background-color: rgb(92,70,25); }

 div.DivClassName
 {
   background-color: #5C4619;
 }
 .BgClassName
 {
   background-color: #5C4619;
 }
</style>
border-color css

<style>
 span { border-color: #5C4619; }

 span { border-color: rgb(92,70,25); }

 td.TdClassName
 {
   border-color: #5C4619;
 }
 .TagClassName
 {
   border-color: #5C4619;
 }
</style>