#594B06

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

Shades of Bronze Olive #594B06

Tints of Bronze Olive #594B06

Color information

#594B06 (or 0x594B06) is unknown color: approx Bronze Olive. HEX triplet: 59, 4B and 06. RGB value is (89,75,6). Sum of RGB (Red+Green+Blue) = 89+75+6=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #594B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B06 is #A6B4F9. Grayscale: #474747. Windows color (decimal): -10925306 or 412505. OLE color: 412505.

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

Color convert

RGB89756-
CMYK00.160.930.65
HSL49.88º87.37%18.63%-
HSV(B)49.88º93.26%34.9%-
XYZ6.677.171.2-
YUV71.3291.14140.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=52.35%
G=44.12%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8975600.160.930.6549.8887.3718.63
Hex594B60105D41325713
Octal13111360201351016212723
Binary1011001100101111001000010111011000001110010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,6); }

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

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

 a { background-color: rgb(89,75,6); }

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

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

 span { border-color: rgb(89,75,6); }

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