Html Css Color HEX #59451E Bronze Olive

📋 copy color: '#59451E'

red 89 ◦ green 69 ◦ blue 30

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

Shades of Bronze Olive #59451E

Tints of Bronze Olive #59451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 47.34%
G = 36.7%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59451E (or 0x59451E) is known color: Bronze Olive. HEX triplet: 59, 45 and 1E. RGB value is (89,69,30). Sum of RGB (Red+Green+Blue) = 89+69+30=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59451E is #A6BAE1. Grayscale: #464646. Windows color (decimal): -10926818 or 1983833. OLE color: 1983833.

HSL color Cylindrical-coordinate representation of color #59451E: hue angle of 39.66º 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 #59451E is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 30 -
CMYK 0 0.22 0.66 0.65
HSL 39.66º 0.5% 0.23% -
HSV(B) 39.66º 0.66% 0.35% -
XYZ 6.48 6.47 2.14 -
YUV 70.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 89 69 30 0 0.22 0.66 0.65 39.66 0.5 0.23
Hex 59 45 1E 0 16 42 41 28 32 17
Octal 131 105 36 0 26 102 101 50 62 27
Binary 1011001 1000101 11110 0 10110 1000010 1000001 101000 110010 10111

Color Harmonies of #59451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59451E

Black with #59451E

Text Example


Text Example

White with #59451E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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