Html Css Color HEX #595012 Bronze Olive

📋 copy color: '#595012'

red 89 ◦ green 80 ◦ blue 18

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

Shades of Bronze Olive #595012

Tints of Bronze Olive #595012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 47.59%
G = 42.78%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#595012 (or 0x595012) is known color: Bronze Olive. HEX triplet: 59, 50 and 12. RGB value is (89,80,18). Sum of RGB (Red+Green+Blue) = 89+80+18=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #595012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595012 is #A6AFED. Grayscale: #4B4B4B. Windows color (decimal): -10924014 or 1200217. OLE color: 1200217.

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

Color convert

RGB 89 80 18 -
CMYK 0 0.10 0.80 0.65
HSL 52.39º 0.66% 0.21% -
HSV(B) 52.39º 0.8% 0.35% -
XYZ 7.1 7.9 1.72 -
YUV 75.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 89 80 18 0 0.10 0.80 0.65 52.39 0.66 0.21
Hex 59 50 12 0 A 50 41 34 42 15
Octal 131 120 22 0 12 120 101 64 102 25
Binary 1011001 1010000 10010 0 1010 1010000 1000001 110100 1000010 10101

Color Harmonies of #595012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595012

Black with #595012

Text Example


Text Example

White with #595012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595012; }

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

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

background-color css

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

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

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

border-color css

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

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

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