#504022

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

Shades of Madras #504022

Tints of Madras #504022

Color information

#504022 (or 0x504022) is unknown color: approx Madras. HEX triplet: 50, 40 and 22. RGB value is (80,64,34). Sum of RGB (Red+Green+Blue) = 80+64+34=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #504022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504022 is #AFBFDD. Grayscale: #414141. Windows color (decimal): -11517918 or 2244688. OLE color: 2244688.

HSL color Cylindrical-coordinate representation of color #504022: hue angle of 39.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504022 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB806434-
CMYK00.200.580.69
HSL39.13º40.35%22.35%-
HSV(B)39.13º57.5%31.37%-
XYZ5.435.492.29-
YUV65.36110.3138.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=44.94%
G=35.96%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80643400.200.580.6939.1340.3522.35
Hex5040220143A45272816
Octal1201004202472105475026
Binary10100001000000100010010100111010100010110011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504022; }

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

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

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

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

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

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

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

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