Html Css Color HEX #595112 Bronze Olive

📋 copy color: '#595112'

red 89 ◦ green 81 ◦ blue 18

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

Shades of Bronze Olive #595112

Tints of Bronze Olive #595112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

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

R = 47.34%
G = 43.09%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#595112 (or 0x595112) is known color: Bronze Olive. HEX triplet: 59, 51 and 12. RGB value is (89,81,18). Sum of RGB (Red+Green+Blue) = 89+81+18=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #595112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595112 is #A6AEED. Grayscale: #4C4C4C. Windows color (decimal): -10923758 or 1200473. OLE color: 1200473.

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

Color convert

RGB 89 81 18 -
CMYK 0 0.09 0.80 0.65
HSL 53.24º 0.66% 0.21% -
HSV(B) 53.24º 0.8% 0.35% -
XYZ 7.17 8.05 1.75 -
YUV 76.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 89 81 18 0 0.09 0.80 0.65 53.24 0.66 0.21
Hex 59 51 12 0 9 50 41 35 42 15
Octal 131 121 22 0 11 120 101 65 102 25
Binary 1011001 1010001 10010 0 1001 1010000 1000001 110101 1000010 10101

Color Harmonies of #595112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595112

Black with #595112

Text Example


Text Example

White with #595112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595112; }

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

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

background-color css

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

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

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

border-color css

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

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

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