Html Css Color HEX #59472F Deep Bronze

📋 copy color: '#59472F'

red 89 ◦ green 71 ◦ blue 47

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

Shades of Deep Bronze #59472F

Tints of Deep Bronze #59472F

RGB

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

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

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

R = 43%
G = 34.3%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59472F (or 0x59472F) is known color: Deep Bronze. HEX triplet: 59, 47 and 2F. RGB value is (89,71,47). Sum of RGB (Red+Green+Blue) = 89+71+47=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #59472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59472F is #A6B8D0. Grayscale: #494949. Windows color (decimal): -10926289 or 3098457. OLE color: 3098457.

HSL color Cylindrical-coordinate representation of color #59472F: hue angle of 34.29º 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 #59472F is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 71 47 -
CMYK 0 0.20 0.47 0.65
HSL 34.29º 0.31% 0.27% -
HSV(B) 34.29º 0.47% 0.35% -
XYZ 6.89 6.84 3.65 -
YUV 73.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 89 71 47 0 0.20 0.47 0.65 34.29 0.31 0.27
Hex 59 47 2F 0 14 2F 41 22 1F 1B
Octal 131 107 57 0 24 57 101 42 37 33
Binary 1011001 1000111 101111 0 10100 101111 1000001 100010 11111 11011

Color Harmonies of #59472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59472F

Black with #59472F

Text Example


Text Example

White with #59472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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