#504024

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

Shades of Deep Bronze #504024

Tints of Deep Bronze #504024

Color information

#504024 (or 0x504024) is unknown color: approx Deep Bronze. HEX triplet: 50, 40 and 24. RGB value is (80,64,36). Sum of RGB (Red+Green+Blue) = 80+64+36=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #504024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504024 is #AFBFDB. Grayscale: #414141. Windows color (decimal): -11517916 or 2375760. OLE color: 2375760.

HSL color Cylindrical-coordinate representation of color #504024: hue angle of 38.18º 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 #504024 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB806436-
CMYK00.200.550.69
HSL38.18º37.93%22.75%-
HSV(B)38.18º55%31.37%-
XYZ5.465.52.44-
YUV65.59111.3138.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 36 (14.45% from 255) = 20%
R=44.44%
G=35.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80643600.200.550.6938.1837.9322.75
Hex5040240143745262617
Octal1201004402467105464627
Binary10100001000000100100010100110111100010110011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504024; }

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

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

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

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

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

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

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

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