#5F4810

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

Shades of Bronze Olive #5F4810

Tints of Bronze Olive #5F4810

Color information

#5F4810 (or 0x5F4810) is unknown color: approx Bronze Olive. HEX triplet: 5F, 48 and 10. RGB value is (95,72,16). Sum of RGB (Red+Green+Blue) = 95+72+16=183 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.91% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4810 is #A0B7EF. Grayscale: #484848. Windows color (decimal): -10532848 or 1067103. OLE color: 1067103.

HSL color Cylindrical-coordinate representation of color #5F4810: hue angle of 42.53º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F4810 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB957216-
CMYK00.240.830.63
HSL42.53º71.17%21.76%-
HSV(B)42.53º83.16%37.25%-
XYZ7.137.111.49-
YUV72.4996.12144.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.91%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=51.91%
G=39.34%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95721600.240.830.6342.5371.1721.76
Hex5F4810018533F2b4716
Octal13711020030123775310726
Binary10111111001000100000110001010011111111101011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,72,16); }

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

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

 a { background-color: rgb(95,72,16); }

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

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

 span { border-color: rgb(95,72,16); }

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