Html Css Color HEX #57422A Deep Bronze

📋 copy color: '#57422A'

red 87 ◦ green 66 ◦ blue 42

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

Shades of Deep Bronze #57422A

Tints of Deep Bronze #57422A

RGB

 RED value IS 87 (34.38% from 255) = 44.62%

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

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

R = 44.62%
G = 33.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57422A (or 0x57422A) is known color: Deep Bronze. HEX triplet: 57, 42 and 2A. RGB value is (87,66,42). Sum of RGB (Red+Green+Blue) = 87+66+42=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57422A is #A8BDD5. Grayscale: #454545. Windows color (decimal): -11058646 or 2769495. OLE color: 2769495.

HSL color Cylindrical-coordinate representation of color #57422A: hue angle of 32º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57422A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 42 -
CMYK 0 0.24 0.52 0.66
HSL 32º 0.35% 0.25% -
HSV(B) 32º 0.52% 0.34% -
XYZ 6.3 6.09 3.03 -
YUV 69.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 87 66 42 0 0.24 0.52 0.66 32 0.35 0.25
Hex 57 42 2A 0 18 34 42 20 23 19
Octal 127 102 52 0 30 64 102 40 43 31
Binary 1010111 1000010 101010 0 11000 110100 1000010 100000 100011 11001

Color Harmonies of #57422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57422A

Black with #57422A

Text Example


Text Example

White with #57422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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