Html Css Color HEX #59472B Deep Bronze

📋 copy color: '#59472B'

red 89 ◦ green 71 ◦ blue 43

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

Shades of Deep Bronze #59472B

Tints of Deep Bronze #59472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 43.84%
G = 34.98%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59472B (or 0x59472B) is known color: Deep Bronze. HEX triplet: 59, 47 and 2B. RGB value is (89,71,43). Sum of RGB (Red+Green+Blue) = 89+71+43=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59472B is #A6B8D4. Grayscale: #494949. Windows color (decimal): -10926293 or 2836313. OLE color: 2836313.

HSL color Cylindrical-coordinate representation of color #59472B: hue angle of 36.52º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59472B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 71 43 -
CMYK 0 0.20 0.52 0.65
HSL 36.52º 0.35% 0.26% -
HSV(B) 36.52º 0.52% 0.35% -
XYZ 6.81 6.8 3.24 -
YUV 73.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 89 71 43 0 0.20 0.52 0.65 36.52 0.35 0.26
Hex 59 47 2B 0 14 34 41 25 23 1A
Octal 131 107 53 0 24 64 101 45 43 32
Binary 1011001 1000111 101011 0 10100 110100 1000001 100101 100011 11010

Color Harmonies of #59472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59472B

Black with #59472B

Text Example


Text Example

White with #59472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59472B; }

 p { color: rgb(89,71,43); }

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

background-color css

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

 a { background-color: rgb(89,71,43); }

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

border-color css

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

 span { border-color: rgb(89,71,43); }

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