Html Css Color HEX #57452A Deep Bronze

📋 copy color: '#57452A'

red 87 ◦ green 69 ◦ blue 42

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

Shades of Deep Bronze #57452A

Tints of Deep Bronze #57452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 43.94%
G = 34.85%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57452A (or 0x57452A) is known color: Deep Bronze. HEX triplet: 57, 45 and 2A. RGB value is (87,69,42). Sum of RGB (Red+Green+Blue) = 87+69+42=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57452A is #A8BAD5. Grayscale: #474747. Windows color (decimal): -11057878 or 2770263. OLE color: 2770263.

HSL color Cylindrical-coordinate representation of color #57452A: hue angle of 36º 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 #57452A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 42 -
CMYK 0 0.21 0.52 0.66
HSL 36º 0.35% 0.25% -
HSV(B) 36º 0.52% 0.34% -
XYZ 6.48 6.45 3.09 -
YUV 71.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 87 69 42 0 0.21 0.52 0.66 36 0.35 0.25
Hex 57 45 2A 0 15 34 42 24 23 19
Octal 127 105 52 0 25 64 102 44 43 31
Binary 1010111 1000101 101010 0 10101 110100 1000010 100100 100011 11001

Color Harmonies of #57452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57452A

Black with #57452A

Text Example


Text Example

White with #57452A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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