Html Css Color HEX #59531E Bronze Olive

📋 copy color: '#59531E'

red 89 ◦ green 83 ◦ blue 30

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

Shades of Bronze Olive #59531E

Tints of Bronze Olive #59531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 30 (12.11% from 255) = 14.85%

R = 44.06%
G = 41.09%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59531E (or 0x59531E) is known color: Bronze Olive. HEX triplet: 59, 53 and 1E. RGB value is (89,83,30). Sum of RGB (Red+Green+Blue) = 89+83+30=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59531E is #A6ACE1. Grayscale: #4E4E4E. Windows color (decimal): -10923234 or 1987417. OLE color: 1987417.

HSL color Cylindrical-coordinate representation of color #59531E: hue angle of 53.9º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59531E is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 83 30 -
CMYK 0 0.07 0.66 0.65
HSL 53.9º 0.5% 0.23% -
HSV(B) 53.9º 0.66% 0.35% -
XYZ 7.45 8.4 2.46 -
YUV 78.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 89 83 30 0 0.07 0.66 0.65 53.9 0.5 0.23
Hex 59 53 1E 0 7 42 41 36 32 17
Octal 131 123 36 0 7 102 101 66 62 27
Binary 1011001 1010011 11110 0 111 1000010 1000001 110110 110010 10111

Color Harmonies of #59531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59531E

Black with #59531E

Text Example


Text Example

White with #59531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59531E; }

 p { color: rgb(89,83,30); }

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

background-color css

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

 a { background-color: rgb(89,83,30); }

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

border-color css

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

 span { border-color: rgb(89,83,30); }

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