#503D28

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

Shades of Deep Bronze #503D28

Tints of Deep Bronze #503D28

Color information

#503D28 (or 0x503D28) is unknown color: approx Deep Bronze. HEX triplet: 50, 3D and 28. RGB value is (80,61,40). Sum of RGB (Red+Green+Blue) = 80+61+40=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #503D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D28 is #AFC2D7. Grayscale: #404040. Windows color (decimal): -11518680 or 2637136. OLE color: 2637136.

HSL color Cylindrical-coordinate representation of color #503D28: hue angle of 31.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503D28 is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB806140-
CMYK00.240.50.69
HSL31.5º33.33%23.53%-
HSV(B)31.5º50%31.37%-
XYZ5.365.22.73-
YUV64.29114.29139.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=44.20%
G=33.70%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80614000.240.50.6931.533.3323.53
Hex503D2801832451f2118
Octal120755003062105374130
Binary101000011110110100001100011001010001011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503D28; }

 p { color: rgb(80,61,40); }

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

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

 a { background-color: rgb(80,61,40); }

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

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

 span { border-color: rgb(80,61,40); }

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