Html Css Color HEX #59451D Bronze Olive

📋 copy color: '#59451D'

red 89 ◦ green 69 ◦ blue 29

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

Shades of Bronze Olive #59451D

Tints of Bronze Olive #59451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.51%

R = 47.59%
G = 36.9%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59451D (or 0x59451D) is known color: Bronze Olive. HEX triplet: 59, 45 and 1D. RGB value is (89,69,29). Sum of RGB (Red+Green+Blue) = 89+69+29=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59451D is #A6BAE2. Grayscale: #464646. Windows color (decimal): -10926819 or 1918297. OLE color: 1918297.

HSL color Cylindrical-coordinate representation of color #59451D: hue angle of 40º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59451D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 29 -
CMYK 0 0.22 0.67 0.65
HSL 40º 0.51% 0.23% -
HSV(B) 40º 0.67% 0.35% -
XYZ 6.47 6.47 2.07 -
YUV 70.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 89 69 29 0 0.22 0.67 0.65 40 0.51 0.23
Hex 59 45 1D 0 16 43 41 28 33 17
Octal 131 105 35 0 26 103 101 50 63 27
Binary 1011001 1000101 11101 0 10110 1000011 1000001 101000 110011 10111

Color Harmonies of #59451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59451D

Black with #59451D

Text Example


Text Example

White with #59451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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