Html Css Color HEX #59462F Deep Bronze

📋 copy color: '#59462F'

red 89 ◦ green 70 ◦ blue 47

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

Shades of Deep Bronze #59462F

Tints of Deep Bronze #59462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

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

R = 43.2%
G = 33.98%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59462F (or 0x59462F) is known color: Deep Bronze. HEX triplet: 59, 46 and 2F. RGB value is (89,70,47). Sum of RGB (Red+Green+Blue) = 89+70+47=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #59462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59462F is #A6B9D0. Grayscale: #494949. Windows color (decimal): -10926545 or 3098201. OLE color: 3098201.

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

Color convert

RGB 89 70 47 -
CMYK 0 0.21 0.47 0.65
HSL 32.86º 0.31% 0.27% -
HSV(B) 32.86º 0.47% 0.35% -
XYZ 6.82 6.71 3.62 -
YUV 73.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 89 70 47 0 0.21 0.47 0.65 32.86 0.31 0.27
Hex 59 46 2F 0 15 2F 41 21 1F 1B
Octal 131 106 57 0 25 57 101 41 37 33
Binary 1011001 1000110 101111 0 10101 101111 1000001 100001 11111 11011

Color Harmonies of #59462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59462F

Black with #59462F

Text Example


Text Example

White with #59462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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