Html Css Color HEX #594209 Bronze Olive

📋 copy color: '#594209'

red 89 ◦ green 66 ◦ blue 9

#594209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #594209

Tints of Bronze Olive #594209

RGB

 RED value IS 89 (35.16% from 255) = 54.27%

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 54.27%
G = 40.24%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#594209 (or 0x594209) is known color: Bronze Olive. HEX triplet: 59, 42 and 09. RGB value is (89,66,9). Sum of RGB (Red+Green+Blue) = 89+66+9=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #594209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594209 is #A6BDF6. Grayscale: #424242. Windows color (decimal): -10927607 or 606809. OLE color: 606809.

HSL color Cylindrical-coordinate representation of color #594209: hue angle of 42.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #594209 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 9 -
CMYK 0 0.26 0.90 0.65
HSL 42.75º 0.82% 0.19% -
HSV(B) 42.75º 0.9% 0.35% -
XYZ 6.12 6.04 1.1 -
YUV 66.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 89 66 9 0 0.26 0.90 0.65 42.75 0.82 0.19
Hex 59 42 9 0 1A 5A 41 2B 52 13
Octal 131 102 11 0 32 132 101 53 122 23
Binary 1011001 1000010 1001 0 11010 1011010 1000001 101011 1010010 10011

Color Harmonies of #594209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594209

Black with #594209

Text Example


Text Example

White with #594209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594209; }

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

 H1.HeaderClassName
 {
   color: #594209;
 }
 .AnyTagClassName
 {
   color: #594209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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