Html Css Color HEX #59462E Deep Bronze

📋 copy color: '#59462E'

red 89 ◦ green 70 ◦ blue 46

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

Shades of Deep Bronze #59462E

Tints of Deep Bronze #59462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 43.41%
G = 34.15%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59462E (or 0x59462E) is known color: Deep Bronze. HEX triplet: 59, 46 and 2E. RGB value is (89,70,46). Sum of RGB (Red+Green+Blue) = 89+70+46=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59462E is #A6B9D1. Grayscale: #494949. Windows color (decimal): -10926546 or 3032665. OLE color: 3032665.

HSL color Cylindrical-coordinate representation of color #59462E: hue angle of 33.49º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59462E is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 70 46 -
CMYK 0 0.21 0.48 0.65
HSL 33.49º 0.32% 0.26% -
HSV(B) 33.49º 0.48% 0.35% -
XYZ 6.8 6.7 3.52 -
YUV 72.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 89 70 46 0 0.21 0.48 0.65 33.49 0.32 0.26
Hex 59 46 2E 0 15 30 41 21 20 1A
Octal 131 106 56 0 25 60 101 41 40 32
Binary 1011001 1000110 101110 0 10101 110000 1000001 100001 100000 11010

Color Harmonies of #59462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59462E

Black with #59462E

Text Example


Text Example

White with #59462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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