#D58035

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

Shades of Bronze #D58035

Tints of Bronze #D58035

Color information

#D58035 (or 0xD58035) is unknown color: approx Bronze. HEX triplet: D5, 80 and 35. RGB value is (213,128,53). Sum of RGB (Red+Green+Blue) = 213+128+53=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D58035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58035 is #2A7FCA. Grayscale: #919191. Windows color (decimal): -2785227 or 3506389. OLE color: 3506389.

HSL color Cylindrical-coordinate representation of color #D58035: hue angle of 28.13º 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 #D58035 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21312853-
CMYK00.400.750.16
HSL28.13º65.57%52.16%-
HSV(B)28.13º75.12%83.53%-
XYZ35.829.847.24-
YUV144.8676.16176.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 53 (21.09% from 255) = 13.45%
R=54.06%
G=32.49%
B=13.45%

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
Decimal2131285300.400.750.1628.1365.5752.16
HexD580350284B101c4234
Octal32520065050113203410264
Binary11010101100000001101010101000100101110000111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58035; }

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

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

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

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

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

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

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

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