#D37D38

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

Shades of Bronze #D37D38

Tints of Bronze #D37D38

Color information

#D37D38 (or 0xD37D38) is unknown color: approx Bronze. HEX triplet: D3, 7D and 38. RGB value is (211,125,56). Sum of RGB (Red+Green+Blue) = 211+125+56=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37D38 is #2C82C7. Grayscale: #8F8F8F. Windows color (decimal): -2917064 or 3702227. OLE color: 3702227.

HSL color Cylindrical-coordinate representation of color #D37D38: hue angle of 26.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D37D38 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21112556-
CMYK00.410.730.17
HSL26.71º63.79%52.35%-
HSV(B)26.71º73.46%82.75%-
XYZ34.9128.87.46-
YUV142.8578.99176.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.83%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 56 (22.27% from 255) = 14.29%
R=53.83%
G=31.89%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111255600.410.730.1726.7163.7952.35
HexD37D3802949111b4034
Octal32317570051111213310064
Binary1101001111111011110000101001100100110001110111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37D38; }

 p { color: rgb(211,125,56); }

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

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

 a { background-color: rgb(211,125,56); }

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

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

 span { border-color: rgb(211,125,56); }

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