#D57C2E

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

Shades of Bronze #D57C2E

Tints of Bronze #D57C2E

Color information

#D57C2E (or 0xD57C2E) is unknown color: approx Bronze. HEX triplet: D5, 7C and 2E. RGB value is (213,124,46). Sum of RGB (Red+Green+Blue) = 213+124+46=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C2E is #2A83D1. Grayscale: #8E8E8E. Windows color (decimal): -2786258 or 3046613. OLE color: 3046613.

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

Color convert

RGB21312446-
CMYK00.420.780.16
HSL28.02º66.53%50.78%-
HSV(B)28.02º78.4%83.53%-
XYZ35.1428.766.28-
YUV141.7273.99178.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.61%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 46 (18.36% from 255) = 12.01%
R=55.61%
G=32.38%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131244600.420.780.1628.0266.5350.78
HexD57C2E02A4E101c4333
Octal32517456052116203410363
Binary1101010111111001011100101010100111010000111001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57C2E; }

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

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

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

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

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

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

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

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