#5C5417

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

Shades of Bronze Olive #5C5417

Tints of Bronze Olive #5C5417

Color information

#5C5417 (or 0x5C5417) is unknown color: approx Bronze Olive. HEX triplet: 5C, 54 and 17. RGB value is (92,84,23). Sum of RGB (Red+Green+Blue) = 92+84+23=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5417 is #A3ABE8. Grayscale: #4F4F4F. Windows color (decimal): -10726377 or 1528924. OLE color: 1528924.

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

Color convert

RGB928423-
CMYK00.090.750.64
HSL53.04º60%22.55%-
HSV(B)53.04º75%36.08%-
XYZ7.748.682.08-
YUV79.4496.15136.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.23%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 23 (9.38% from 255) = 11.56%
R=46.23%
G=42.21%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92842300.090.750.6453.046022.55
Hex5C5417094B40353c17
Octal13412427011113100657427
Binary1011100101010010111010011001011100000011010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,84,23); }

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

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

 a { background-color: rgb(92,84,23); }

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

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

 span { border-color: rgb(92,84,23); }

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