#594F0C

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

Shades of Bronze Olive #594F0C

Tints of Bronze Olive #594F0C

Color information

#594F0C (or 0x594F0C) is unknown color: approx Bronze Olive. HEX triplet: 59, 4F and 0C. RGB value is (89,79,12). Sum of RGB (Red+Green+Blue) = 89+79+12=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #594F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F0C is #A6B0F3. Grayscale: #4A4A4A. Windows color (decimal): -10924276 or 806745. OLE color: 806745.

HSL color Cylindrical-coordinate representation of color #594F0C: hue angle of 52.21º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #594F0C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB897912-
CMYK00.110.870.65
HSL52.21º76.24%19.8%-
HSV(B)52.21º86.52%34.9%-
XYZ6.987.741.47-
YUV74.3592.81138.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=49.44%
G=43.89%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89791200.110.870.6552.2176.2419.8
Hex594FC0B5741344c14
Octal131117140131271016411424
Binary1011001100111111000101110101111000001110100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594F0C; }

 p { color: rgb(89,79,12); }

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

<style>
 a { background-color: #594F0C; }

 a { background-color: rgb(89,79,12); }

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

<style>
 span { border-color: #594F0C; }

 span { border-color: rgb(89,79,12); }

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