#5F4718

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

Shades of Bronze Olive #5F4718

Tints of Bronze Olive #5F4718

Color information

#5F4718 (or 0x5F4718) is unknown color: approx Bronze Olive. HEX triplet: 5F, 47 and 18. RGB value is (95,71,24). Sum of RGB (Red+Green+Blue) = 95+71+24=190 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4718 is #A0B8E7. Grayscale: #494949. Windows color (decimal): -10533096 or 1591135. OLE color: 1591135.

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

Color convert

RGB957124-
CMYK00.250.750.63
HSL39.72º59.66%23.33%-
HSV(B)39.72º74.74%37.25%-
XYZ7.147.011.84-
YUV72.82100.45143.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=50%
G=37.37%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95712400.250.750.6339.7259.6623.33
Hex5F47180194B3F283c17
Octal1371073003111377507427
Binary1011111100011111000011001100101111111110100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,71,24); }

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

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

 a { background-color: rgb(95,71,24); }

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

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

 span { border-color: rgb(95,71,24); }

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