Html Css Color HEX #594212 Bronze Olive

📋 copy color: '#594212'

red 89 ◦ green 66 ◦ blue 18

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

Shades of Bronze Olive #594212

Tints of Bronze Olive #594212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 51.45%
G = 38.15%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#594212 (or 0x594212) is known color: Bronze Olive. HEX triplet: 59, 42 and 12. RGB value is (89,66,18). Sum of RGB (Red+Green+Blue) = 89+66+18=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #594212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594212 is #A6BDED. Grayscale: #434343. Windows color (decimal): -10927598 or 1196633. OLE color: 1196633.

HSL color Cylindrical-coordinate representation of color #594212: hue angle of 40.56º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #594212 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 18 -
CMYK 0 0.26 0.80 0.65
HSL 40.56º 0.66% 0.21% -
HSV(B) 40.56º 0.8% 0.35% -
XYZ 6.18 6.06 1.42 -
YUV 67.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 89 66 18 0 0.26 0.80 0.65 40.56 0.66 0.21
Hex 59 42 12 0 1A 50 41 29 42 15
Octal 131 102 22 0 32 120 101 51 102 25
Binary 1011001 1000010 10010 0 11010 1010000 1000001 101001 1000010 10101

Color Harmonies of #594212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594212

Black with #594212

Text Example


Text Example

White with #594212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594212; }

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

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

background-color css

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

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

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

border-color css

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

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

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