#50451C

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

Shades of Madras #50451C

Tints of Madras #50451C

Color information

#50451C (or 0x50451C) is unknown color: approx Madras. HEX triplet: 50, 45 and 1C. RGB value is (80,69,28). Sum of RGB (Red+Green+Blue) = 80+69+28=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50451C is #AFBAE3. Grayscale: #434343. Windows color (decimal): -11516644 or 1852752. OLE color: 1852752.

HSL color Cylindrical-coordinate representation of color #50451C: hue angle of 47.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50451C is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB806928-
CMYK00.140.650.69
HSL47.31º48.15%21.18%-
HSV(B)47.31º65%31.37%-
XYZ5.656.051.97-
YUV67.62105.64136.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=45.20%
G=38.98%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80692800.140.650.6947.3148.1521.18
Hex50451C0E41452f3015
Octal12010534016101105576025
Binary1010000100010111100011101000001100010110111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50451C; }

 p { color: rgb(80,69,28); }

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

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

 a { background-color: rgb(80,69,28); }

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

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

 span { border-color: rgb(80,69,28); }

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