#503C25

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

Shades of Deep Bronze #503C25

Tints of Deep Bronze #503C25

Color information

#503C25 (or 0x503C25) is unknown color: approx Deep Bronze. HEX triplet: 50, 3C and 25. RGB value is (80,60,37). Sum of RGB (Red+Green+Blue) = 80+60+37=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C25 is #AFC3DA. Grayscale: #3F3F3F. Windows color (decimal): -11518939 or 2440272. OLE color: 2440272.

HSL color Cylindrical-coordinate representation of color #503C25: hue angle of 32.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503C25 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB806037-
CMYK00.250.540.69
HSL32.09º36.75%22.94%-
HSV(B)32.09º53.75%31.37%-
XYZ5.265.072.45-
YUV63.36113.13139.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=45.20%
G=33.90%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80603700.250.540.6932.0936.7522.94
Hex503C250193645202517
Octal120744503166105404527
Binary1010000111100100101011001110110100010110000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,37); }

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

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

 a { background-color: rgb(80,60,37); }

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

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

 span { border-color: rgb(80,60,37); }

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