Html Css Color HEX #59442F Deep Bronze

📋 copy color: '#59442F'

red 89 ◦ green 68 ◦ blue 47

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

Shades of Deep Bronze #59442F

Tints of Deep Bronze #59442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.04%

R = 43.63%
G = 33.33%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59442F (or 0x59442F) is known color: Deep Bronze. HEX triplet: 59, 44 and 2F. RGB value is (89,68,47). Sum of RGB (Red+Green+Blue) = 89+68+47=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59442F is #A6BBD0. Grayscale: #474747. Windows color (decimal): -10927057 or 3097689. OLE color: 3097689.

HSL color Cylindrical-coordinate representation of color #59442F: hue angle of 30º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59442F is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 68 47 -
CMYK 0 0.24 0.47 0.65
HSL 30º 0.31% 0.27% -
HSV(B) 30º 0.47% 0.35% -
XYZ 6.7 6.46 3.58 -
YUV 71.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 89 68 47 0 0.24 0.47 0.65 30 0.31 0.27
Hex 59 44 2F 0 18 2F 41 1E 1F 1B
Octal 131 104 57 0 30 57 101 36 37 33
Binary 1011001 1000100 101111 0 11000 101111 1000001 11110 11111 11011

Color Harmonies of #59442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59442F

Black with #59442F

Text Example


Text Example

White with #59442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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