#5F5208

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

Shades of Bronze Olive #5F5208

Tints of Bronze Olive #5F5208

Color information

#5F5208 (or 0x5F5208) is unknown color: approx Bronze Olive. HEX triplet: 5F, 52 and 08. RGB value is (95,82,8). Sum of RGB (Red+Green+Blue) = 95+82+8=185 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.35% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5208 is #A0ADF7. Grayscale: #4D4D4D. Windows color (decimal): -10530296 or 545375. OLE color: 545375.

HSL color Cylindrical-coordinate representation of color #5F5208: hue angle of 51.03º 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 #5F5208 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB95828-
CMYK00.140.920.63
HSL51.03º84.47%20.2%-
HSV(B)51.03º91.58%37.25%-
XYZ7.788.491.46-
YUV77.4588.81140.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.35%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=51.35%
G=44.32%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9582800.140.920.6351.0384.4720.2
Hex5F5280E5C3F335414
Octal13712210016134776312424
Binary101111110100101000011101011100111111110011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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