#57452D

Color #57452D Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #57452D

Tints of Deep Bronze #57452D

Color information

#57452D (or 0x57452D) is unknown color: approx Deep Bronze. HEX triplet: 57, 45 and 2D. RGB value is (87,69,45). Sum of RGB (Red+Green+Blue) = 87+69+45=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57452D is #A8BAD2. Grayscale: #474747. Windows color (decimal): -11057875 or 2966871. OLE color: 2966871.

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

Color convert

RGB876945-
CMYK00.210.480.66
HSL34.29º31.82%25.88%-
HSV(B)34.29º48.28%34.12%-
XYZ6.536.473.39-
YUV71.65112.96138.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=43.28%
G=34.33%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87694500.210.480.6634.2931.8225.88
Hex57452D015304222201a
Octal1271055502560102424032
Binary10101111000101101101010101110000100001010001010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57452D;
 }
 .AnyTagClassName
 {
   color: #57452D;
 }
</style>
background-color css

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

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

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

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

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

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