#5F5309

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

Shades of Bronze Olive #5F5309

Tints of Bronze Olive #5F5309

Color information

#5F5309 (or 0x5F5309) is unknown color: approx Bronze Olive. HEX triplet: 5F, 53 and 09. RGB value is (95,83,9). Sum of RGB (Red+Green+Blue) = 95+83+9=187 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.80% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5309 is #A0ACF6. Grayscale: #4E4E4E. Windows color (decimal): -10530039 or 611167. OLE color: 611167.

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

Color convert

RGB95839-
CMYK00.130.910.63
HSL51.63º82.69%20.39%-
HSV(B)51.63º90.53%37.25%-
XYZ7.868.641.51-
YUV78.1588.98140.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 50.80%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 9 (3.91% from 255) = 4.81%
R=50.80%
G=44.39%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9583900.130.910.6351.6382.6920.39
Hex5F5390D5B3F345314
Octal13712311015133776412324
Binary101111110100111001011011011011111111110100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,83,9); }

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

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

 a { background-color: rgb(95,83,9); }

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

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

 span { border-color: rgb(95,83,9); }

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