#5C5506

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

Shades of Bronze Olive #5C5506

Tints of Bronze Olive #5C5506

Color information

#5C5506 (or 0x5C5506) is unknown color: approx Bronze Olive. HEX triplet: 5C, 55 and 06. RGB value is (92,85,6). Sum of RGB (Red+Green+Blue) = 92+85+6=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5506 is #A3AAF9. Grayscale: #4E4E4E. Windows color (decimal): -10726138 or 415068. OLE color: 415068.

HSL color Cylindrical-coordinate representation of color #5C5506: hue angle of 55.12º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C5506 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB92856-
CMYK00.080.930.64
HSL55.12º87.76%19.22%-
HSV(B)55.12º93.48%36.08%-
XYZ7.78.791.46-
YUV78.0987.32137.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 50.27%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=50.27%
G=46.45%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9285600.080.930.6455.1287.7619.22
Hex5C556085D40375813
Octal13412560101351006713023
Binary101110010101011100100010111011000000110111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,85,6); }

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

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

 a { background-color: rgb(92,85,6); }

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

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

 span { border-color: rgb(92,85,6); }

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