Html Css Color HEX #59452C Deep Bronze

📋 copy color: '#59452C'

red 89 ◦ green 69 ◦ blue 44

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

Shades of Deep Bronze #59452C

Tints of Deep Bronze #59452C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.78%

R = 44.06%
G = 34.16%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59452C (or 0x59452C) is known color: Deep Bronze. HEX triplet: 59, 45 and 2C. RGB value is (89,69,44). Sum of RGB (Red+Green+Blue) = 89+69+44=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59452C is #A6BAD3. Grayscale: #484848. Windows color (decimal): -10926804 or 2901337. OLE color: 2901337.

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

Color convert

RGB 89 69 44 -
CMYK 0 0.22 0.51 0.65
HSL 33.33º 0.34% 0.26% -
HSV(B) 33.33º 0.51% 0.35% -
XYZ 6.7 6.56 3.3 -
YUV 72.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 89 69 44 0 0.22 0.51 0.65 33.33 0.34 0.26
Hex 59 45 2C 0 16 33 41 21 22 1A
Octal 131 105 54 0 26 63 101 41 42 32
Binary 1011001 1000101 101100 0 10110 110011 1000001 100001 100010 11010

Color Harmonies of #59452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59452C

Black with #59452C

Text Example


Text Example

White with #59452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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