#503b24

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

Shades of Deep Bronze #503B24

Tints of Deep Bronze #503B24

Color information

#503B24 (or 0x503B24) is unknown color: approx Deep Bronze. HEX triplet: 50, 3B and 24. RGB value is (80,59,36). Sum of RGB (Red+Green+Blue) = 80+59+36=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #503B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B24 is #AFC4DB. Grayscale: #3E3E3E. Windows color (decimal): -11519196 or 2374480. OLE color: 2374480.

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

Color convert

RGB805936-
CMYK00.260.550.69
HSL31.36º37.93%22.75%-
HSV(B)31.36º55%31.37%-
XYZ5.194.962.35-
YUV62.66112.96140.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=45.71%
G=33.71%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80593600.260.550.6931.3637.9322.75
Hex503B2401A37451f2617
Octal120734403267105374627
Binary101000011101110010001101011011110001011111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503b24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,59,36); }

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

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

 a { background-color: rgb(80,59,36); }

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

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

 span { border-color: rgb(80,59,36); }

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