Html Css Color HEX #59442B Deep Bronze

📋 copy color: '#59442B'

red 89 ◦ green 68 ◦ blue 43

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

Shades of Deep Bronze #59442B

Tints of Deep Bronze #59442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

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

R = 44.5%
G = 34%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59442B (or 0x59442B) is known color: Deep Bronze. HEX triplet: 59, 44 and 2B. RGB value is (89,68,43). Sum of RGB (Red+Green+Blue) = 89+68+43=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59442B is #A6BBD4. Grayscale: #474747. Windows color (decimal): -10927061 or 2835545. OLE color: 2835545.

HSL color Cylindrical-coordinate representation of color #59442B: hue angle of 32.61º 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 #59442B is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 68 43 -
CMYK 0 0.24 0.52 0.65
HSL 32.61º 0.35% 0.26% -
HSV(B) 32.61º 0.52% 0.35% -
XYZ 6.62 6.43 3.18 -
YUV 71.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 89 68 43 0 0.24 0.52 0.65 32.61 0.35 0.26
Hex 59 44 2B 0 18 34 41 21 23 1A
Octal 131 104 53 0 30 64 101 41 43 32
Binary 1011001 1000100 101011 0 11000 110100 1000001 100001 100011 11010

Color Harmonies of #59442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59442B

Black with #59442B

Text Example


Text Example

White with #59442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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