#D58133

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

Shades of Bronze #D58133

Tints of Bronze #D58133

Color information

#D58133 (or 0xD58133) is unknown color: approx Bronze. HEX triplet: D5, 81 and 33. RGB value is (213,129,51). Sum of RGB (Red+Green+Blue) = 213+129+51=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D58133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58133 is #2A7ECC. Grayscale: #919191. Windows color (decimal): -2784973 or 3375573. OLE color: 3375573.

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

Color convert

RGB21312951-
CMYK00.390.760.16
HSL28.89º65.85%51.76%-
HSV(B)28.89º76.06%83.53%-
XYZ35.8930.097.05-
YUV145.2274.83176.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 51 (20.31% from 255) = 12.98%
R=54.20%
G=32.82%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131295100.390.760.1628.8965.8551.76
HexD581330274C101d4234
Octal32520163047114203510264
Binary11010101100000011100110100111100110010000111011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58133; }

 p { color: rgb(213,129,51); }

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

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

 a { background-color: rgb(213,129,51); }

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

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

 span { border-color: rgb(213,129,51); }

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