#D57C38

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

Shades of Bronze #D57C38

Tints of Bronze #D57C38

Color information

#D57C38 (or 0xD57C38) is unknown color: approx Bronze. HEX triplet: D5, 7C and 38. RGB value is (213,124,56). Sum of RGB (Red+Green+Blue) = 213+124+56=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C38 is #2A83C7. Grayscale: #8F8F8F. Windows color (decimal): -2786248 or 3701973. OLE color: 3701973.

HSL color Cylindrical-coordinate representation of color #D57C38: hue angle of 25.99º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D57C38 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21312456-
CMYK00.420.740.16
HSL25.99º65.15%52.75%-
HSV(B)25.99º73.71%83.53%-
XYZ35.3628.857.45-
YUV142.8678.99178.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=54.20%
G=31.55%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131245600.420.740.1625.9965.1552.75
HexD57C3802A4A101a4135
Octal32517470052112203210165
Binary1101010111111001110000101010100101010000110101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57C38; }

 p { color: rgb(213,124,56); }

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

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

 a { background-color: rgb(213,124,56); }

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

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

 span { border-color: rgb(213,124,56); }

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