Html Css Color HEX #59422A Deep Bronze

📋 copy color: '#59422A'

red 89 ◦ green 66 ◦ blue 42

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

Shades of Deep Bronze #59422A

Tints of Deep Bronze #59422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 45.18%
G = 33.5%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#59422A (or 0x59422A) is known color: Deep Bronze. HEX triplet: 59, 42 and 2A. RGB value is (89,66,42). Sum of RGB (Red+Green+Blue) = 89+66+42=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59422A is #A6BDD5. Grayscale: #464646. Windows color (decimal): -10927574 or 2769497. OLE color: 2769497.

HSL color Cylindrical-coordinate representation of color #59422A: hue angle of 30.64º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59422A is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 42 -
CMYK 0 0.26 0.53 0.65
HSL 30.64º 0.36% 0.26% -
HSV(B) 30.64º 0.53% 0.35% -
XYZ 6.49 6.19 3.04 -
YUV 70.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 89 66 42 0 0.26 0.53 0.65 30.64 0.36 0.26
Hex 59 42 2A 0 1A 35 41 1F 24 1A
Octal 131 102 52 0 32 65 101 37 44 32
Binary 1011001 1000010 101010 0 11010 110101 1000001 11111 100100 11010

Color Harmonies of #59422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59422A

Black with #59422A

Text Example


Text Example

White with #59422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59422A; }

 p { color: rgb(89,66,42); }

 H1.HeaderClassName
 {
   color: #59422A;
 }
 .AnyTagClassName
 {
   color: #59422A;
 }
</style>

background-color css

<style>
 a { background-color: #59422A; }

 a { background-color: rgb(89,66,42); }

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

border-color css

<style>
 span { border-color: #59422A; }

 span { border-color: rgb(89,66,42); }

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