Html Css Color HEX #595412 Bronze Olive

📋 copy color: '#595412'

red 89 ◦ green 84 ◦ blue 18

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

Shades of Bronze Olive #595412

Tints of Bronze Olive #595412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.98%

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

R = 46.6%
G = 43.98%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#595412 (or 0x595412) is known color: Bronze Olive. HEX triplet: 59, 54 and 12. RGB value is (89,84,18). Sum of RGB (Red+Green+Blue) = 89+84+18=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #595412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595412 is #A6ABED. Grayscale: #4E4E4E. Windows color (decimal): -10922990 or 1201241. OLE color: 1201241.

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

Color convert

RGB 89 84 18 -
CMYK 0 0.06 0.80 0.65
HSL 55.77º 0.66% 0.21% -
HSV(B) 55.77º 0.8% 0.35% -
XYZ 7.4 8.51 1.82 -
YUV 77.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 89 84 18 0 0.06 0.80 0.65 55.77 0.66 0.21
Hex 59 54 12 0 6 50 41 38 42 15
Octal 131 124 22 0 6 120 101 70 102 25
Binary 1011001 1010100 10010 0 110 1010000 1000001 111000 1000010 10101

Color Harmonies of #595412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595412

Black with #595412

Text Example


Text Example

White with #595412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595412; }

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

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

background-color css

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

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

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

border-color css

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

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

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