#50451B

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

Shades of Madras #50451B

Tints of Madras #50451B

Color information

#50451B (or 0x50451B) is unknown color: approx Madras. HEX triplet: 50, 45 and 1B. RGB value is (80,69,27). Sum of RGB (Red+Green+Blue) = 80+69+27=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50451B is #AFBAE4. Grayscale: #434343. Windows color (decimal): -11516645 or 1787216. OLE color: 1787216.

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

Color convert

RGB806927-
CMYK00.140.660.69
HSL47.55º49.53%20.98%-
HSV(B)47.55º66.25%31.37%-
XYZ5.636.041.91-
YUV67.5105.14136.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=45.45%
G=39.20%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80692700.140.660.6947.5549.5320.98
Hex50451B0E4245303215
Octal12010533016102105606225
Binary1010000100010111011011101000010100010111000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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