#594C08

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

Shades of Bronze Olive #594C08

Tints of Bronze Olive #594C08

Color information

#594C08 (or 0x594C08) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 08. RGB value is (89,76,8). Sum of RGB (Red+Green+Blue) = 89+76+8=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #594C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C08 is #A6B3F7. Grayscale: #484848. Windows color (decimal): -10925048 or 543833. OLE color: 543833.

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

Color convert

RGB89768-
CMYK00.150.910.65
HSL50.37º83.51%19.02%-
HSV(B)50.37º91.01%34.9%-
XYZ6.757.311.29-
YUV72.1491.81140.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=51.45%
G=43.93%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8976800.150.910.6550.3783.5119.02
Hex594C80F5B41325413
Octal131114100171331016212423
Binary1011001100110010000111110110111000001110010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,76,8); }

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

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

 a { background-color: rgb(89,76,8); }

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

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

 span { border-color: rgb(89,76,8); }

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