Html Css Color HEX #594208 Bronze Olive

📋 copy color: '#594208'

red 89 ◦ green 66 ◦ blue 8

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

Shades of Bronze Olive #594208

Tints of Bronze Olive #594208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.91%

R = 54.6%
G = 40.49%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#594208 (or 0x594208) is known color: 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

RGB 89 66 8 -
CMYK 0 0.26 0.91 0.65
HSL 42.96º 0.84% 0.19% -
HSV(B) 42.96º 0.91% 0.35% -
XYZ 6.11 6.04 1.07 -
YUV 66.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 89 66 8 0 0.26 0.91 0.65 42.96 0.84 0.19
Hex 59 42 8 0 1A 5B 41 2B 54 13
Octal 131 102 10 0 32 133 101 53 124 23
Binary 1011001 1000010 1000 0 11010 1011011 1000001 101011 1010100 10011

Color Harmonies of #594208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594208

Black with #594208

Text Example


Text Example

White with #594208

Text Example


Text Example

HTML Codes & Css Web 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>