#503C2A

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

Shades of Deep Bronze #503C2A

Tints of Deep Bronze #503C2A

Color information

#503C2A (or 0x503C2A) is unknown color: approx Deep Bronze. HEX triplet: 50, 3C and 2A. RGB value is (80,60,42). Sum of RGB (Red+Green+Blue) = 80+60+42=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C2A is #AFC3D5. Grayscale: #404040. Windows color (decimal): -11518934 or 2767952. OLE color: 2767952.

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

Color convert

RGB806042-
CMYK00.250.480.69
HSL28.42º31.15%23.92%-
HSV(B)28.42º47.5%31.37%-
XYZ5.345.12.89-
YUV63.93115.63139.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=43.96%
G=32.97%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80604200.250.480.6928.4231.1523.92
Hex503C2A01930451c1f18
Octal120745203160105343730
Binary10100001111001010100110011100001000101111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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