#D57F35

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

Shades of Bronze #D57F35

Tints of Bronze #D57F35

Color information

#D57F35 (or 0xD57F35) is unknown color: approx Bronze. HEX triplet: D5, 7F and 35. RGB value is (213,127,53). Sum of RGB (Red+Green+Blue) = 213+127+53=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F35 is #2A80CA. Grayscale: #909090. Windows color (decimal): -2785483 or 3506133. OLE color: 3506133.

HSL color Cylindrical-coordinate representation of color #D57F35: hue angle of 27.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D57F35 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21312753-
CMYK00.400.750.16
HSL27.75º65.57%52.16%-
HSV(B)27.75º75.12%83.53%-
XYZ35.6729.587.2-
YUV144.2876.49177.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 53 (21.09% from 255) = 13.49%
R=54.20%
G=32.32%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131275300.400.750.1627.7565.5752.16
HexD57F350284B101c4234
Octal32517765050113203410264
Binary1101010111111111101010101000100101110000111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F35; }

 p { color: rgb(213,127,53); }

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

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

 a { background-color: rgb(213,127,53); }

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

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

 span { border-color: rgb(213,127,53); }

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