#5e4d0c

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

Shades of Bronze Olive #5E4D0C

Tints of Bronze Olive #5E4D0C

Color information

#5E4D0C (or 0x5E4D0C) is unknown color: approx Bronze Olive. HEX triplet: 5E, 4D and 0C. RGB value is (94,77,12). Sum of RGB (Red+Green+Blue) = 94+77+12=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E4D0C is #A1B2F3. Grayscale: #4A4A4A. Windows color (decimal): -10597108 or 806238. OLE color: 806238.

HSL color Cylindrical-coordinate representation of color #5E4D0C: hue angle of 47.56º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E4D0C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB947712-
CMYK00.180.870.63
HSL47.56º77.36%20.78%-
HSV(B)47.56º87.23%36.86%-
XYZ7.347.711.45-
YUV74.6792.63141.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.37%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=51.37%
G=42.08%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94771200.180.870.6347.5677.3620.78
Hex5E4DC012573F304d15
Octal13611514022127776011525
Binary1011110100110111000100101010111111111110000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e4d0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,77,12); }

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

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

 a { background-color: rgb(94,77,12); }

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

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

 span { border-color: rgb(94,77,12); }

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