#5F5608

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

Shades of Bronze Olive #5F5608

Tints of Bronze Olive #5F5608

Color information

#5F5608 (or 0x5F5608) is unknown color: approx Bronze Olive. HEX triplet: 5F, 56 and 08. RGB value is (95,86,8). Sum of RGB (Red+Green+Blue) = 95+86+8=189 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50.26% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5608 is #A0A9F7. Grayscale: #505050. Windows color (decimal): -10529272 or 546399. OLE color: 546399.

HSL color Cylindrical-coordinate representation of color #5F5608: hue angle of 53.79º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F5608 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB95868-
CMYK00.090.920.63
HSL53.79º84.47%20.2%-
HSV(B)53.79º91.58%37.25%-
XYZ8.099.111.56-
YUV79.887.48138.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 50.26%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=50.26%
G=45.50%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9586800.090.920.6353.7984.4720.2
Hex5F568095C3F365414
Octal13712610011134776612424
Binary101111110101101000010011011100111111110110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,86,8); }

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

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

 a { background-color: rgb(95,86,8); }

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

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

 span { border-color: rgb(95,86,8); }

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