Html Css Color HEX #594210 Bronze Olive

📋 copy color: '#594210'

red 89 ◦ green 66 ◦ blue 16

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

Shades of Bronze Olive #594210

Tints of Bronze Olive #594210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 52.05%
G = 38.6%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#594210 (or 0x594210) is known color: Bronze Olive. HEX triplet: 59, 42 and 10. RGB value is (89,66,16). Sum of RGB (Red+Green+Blue) = 89+66+16=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #594210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594210 is #A6BDEF. Grayscale: #434343. Windows color (decimal): -10927600 or 1065561. OLE color: 1065561.

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

Color convert

RGB 89 66 16 -
CMYK 0 0.26 0.82 0.65
HSL 41.1º 0.7% 0.21% -
HSV(B) 41.1º 0.82% 0.35% -
XYZ 6.16 6.06 1.33 -
YUV 67.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 89 66 16 0 0.26 0.82 0.65 41.1 0.7 0.21
Hex 59 42 10 0 1A 52 41 29 46 15
Octal 131 102 20 0 32 122 101 51 106 25
Binary 1011001 1000010 10000 0 11010 1010010 1000001 101001 1000110 10101

Color Harmonies of #594210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594210

Black with #594210

Text Example


Text Example

White with #594210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594210; }

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

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

background-color css

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

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

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

border-color css

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

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

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