#594F0B

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

Shades of Bronze Olive #594F0B

Tints of Bronze Olive #594F0B

Color information

#594F0B (or 0x594F0B) is unknown color: approx Bronze Olive. HEX triplet: 59, 4F and 0B. RGB value is (89,79,11). Sum of RGB (Red+Green+Blue) = 89+79+11=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F0B is #A6B0F4. Grayscale: #4A4A4A. Windows color (decimal): -10924277 or 741209. OLE color: 741209.

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

Color convert

RGB897911-
CMYK00.110.880.65
HSL52.31º78%19.61%-
HSV(B)52.31º87.64%34.9%-
XYZ6.987.741.44-
YUV74.2492.31138.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.72%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=49.72%
G=44.13%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89791100.110.880.6552.317819.61
Hex594FB0B5841344e14
Octal131117130131301016411624
Binary1011001100111110110101110110001000001110100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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