Html Css Color HEX #595212 Bronze Olive

📋 copy color: '#595212'

red 89 ◦ green 82 ◦ blue 18

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

Shades of Bronze Olive #595212

Tints of Bronze Olive #595212

RGB

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

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

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

R = 47.09%
G = 43.39%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#595212 (or 0x595212) is known color: Bronze Olive. HEX triplet: 59, 52 and 12. RGB value is (89,82,18). Sum of RGB (Red+Green+Blue) = 89+82+18=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #595212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595212 is #A6ADED. Grayscale: #4D4D4D. Windows color (decimal): -10923502 or 1200729. OLE color: 1200729.

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

Color convert

RGB 89 82 18 -
CMYK 0 0.08 0.80 0.65
HSL 54.08º 0.66% 0.21% -
HSV(B) 54.08º 0.8% 0.35% -
XYZ 7.25 8.2 1.77 -
YUV 76.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 89 82 18 0 0.08 0.80 0.65 54.08 0.66 0.21
Hex 59 52 12 0 8 50 41 36 42 15
Octal 131 122 22 0 10 120 101 66 102 25
Binary 1011001 1010010 10010 0 1000 1010000 1000001 110110 1000010 10101

Color Harmonies of #595212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595212

Black with #595212

Text Example


Text Example

White with #595212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595212; }

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

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

background-color css

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

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

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

border-color css

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

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

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