#594208

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

Shades of Bronze Olive #594208

Tints of Bronze Olive #594208

Color information

#594208 (or 0x594208) is unknown color: approx Bronze Olive. HEX triplet: 59, 42 and 08. RGB value is (89,66,8). Sum of RGB (Red+Green+Blue) = 89+66+8=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #594208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594208 is #A6BDF7. Grayscale: #424242. Windows color (decimal): -10927608 or 541273. OLE color: 541273.

HSL color Cylindrical-coordinate representation of color #594208: hue angle of 42.96º 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 #594208 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB89668-
CMYK00.260.910.65
HSL42.96º83.51%19.02%-
HSV(B)42.96º91.01%34.9%-
XYZ6.116.041.07-
YUV66.2695.12144.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=54.60%
G=40.49%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8966800.260.910.6542.9683.5119.02
Hex5942801A5B412b5413
Octal131102100321331015312423
Binary10110011000010100001101010110111000001101011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594208; }

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

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

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

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

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

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

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

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