#503D2A

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

Shades of Deep Bronze #503D2A

Tints of Deep Bronze #503D2A

Color information

#503D2A (or 0x503D2A) is unknown color: approx Deep Bronze. HEX triplet: 50, 3D and 2A. RGB value is (80,61,42). Sum of RGB (Red+Green+Blue) = 80+61+42=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D2A is #AFC2D5. Grayscale: #404040. Windows color (decimal): -11518678 or 2768208. OLE color: 2768208.

HSL color Cylindrical-coordinate representation of color #503D2A: hue angle of 30º 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 #503D2A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB806142-
CMYK00.240.480.69
HSL30º31.15%23.92%-
HSV(B)30º47.5%31.37%-
XYZ5.395.212.91-
YUV64.51115.29139.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=43.72%
G=33.33%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80614200.240.480.693031.1523.92
Hex503D2A01830451e1f18
Octal120755203060105363730
Binary10100001111011010100110001100001000101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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