Html Css Color HEX #595124 Bronze Olive

📋 copy color: '#595124'

red 89 ◦ green 81 ◦ blue 36

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

Shades of Bronze Olive #595124

Tints of Bronze Olive #595124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 43.2%
G = 39.32%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#595124 (or 0x595124) is known color: Bronze Olive. HEX triplet: 59, 51 and 24. RGB value is (89,81,36). Sum of RGB (Red+Green+Blue) = 89+81+36=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595124 is #A6AEDB. Grayscale: #4E4E4E. Windows color (decimal): -10923740 or 2380121. OLE color: 2380121.

HSL color Cylindrical-coordinate representation of color #595124: hue angle of 50.94º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595124 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 81 36 -
CMYK 0 0.09 0.60 0.65
HSL 50.94º 0.42% 0.25% -
HSV(B) 50.94º 0.6% 0.35% -
XYZ 7.38 8.14 2.85 -
YUV 78.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 89 81 36 0 0.09 0.60 0.65 50.94 0.42 0.25
Hex 59 51 24 0 9 3C 41 33 2A 19
Octal 131 121 44 0 11 74 101 63 52 31
Binary 1011001 1010001 100100 0 1001 111100 1000001 110011 101010 11001

Color Harmonies of #595124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595124

Black with #595124

Text Example


Text Example

White with #595124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595124; }

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

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

background-color css

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

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

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

border-color css

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

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

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