Html Css Color HEX #595210 Bronze Olive

📋 copy color: '#595210'

red 89 ◦ green 82 ◦ blue 16

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

Shades of Bronze Olive #595210

Tints of Bronze Olive #595210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 47.59%
G = 43.85%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#595210 (or 0x595210) is known color: Bronze Olive. HEX triplet: 59, 52 and 10. RGB value is (89,82,16). Sum of RGB (Red+Green+Blue) = 89+82+16=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #595210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595210 is #A6ADEF. Grayscale: #4C4C4C. Windows color (decimal): -10923504 or 1069657. OLE color: 1069657.

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

Color convert

RGB 89 82 16 -
CMYK 0 0.08 0.82 0.65
HSL 54.25º 0.7% 0.21% -
HSV(B) 54.25º 0.82% 0.35% -
XYZ 7.23 8.2 1.69 -
YUV 76.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 89 82 16 0 0.08 0.82 0.65 54.25 0.7 0.21
Hex 59 52 10 0 8 52 41 36 46 15
Octal 131 122 20 0 10 122 101 66 106 25
Binary 1011001 1010010 10000 0 1000 1010010 1000001 110110 1000110 10101

Color Harmonies of #595210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595210

Black with #595210

Text Example


Text Example

White with #595210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595210; }

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

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

background-color css

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

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

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

border-color css

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

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

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