#51401C

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

Shades of Madras #51401C

Tints of Madras #51401C

Color information

#51401C (or 0x51401C) is unknown color: approx Madras. HEX triplet: 51, 40 and 1C. RGB value is (81,64,28). Sum of RGB (Red+Green+Blue) = 81+64+28=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51401C is #AEBFE3. Grayscale: #414141. Windows color (decimal): -11452388 or 1851473. OLE color: 1851473.

HSL color Cylindrical-coordinate representation of color #51401C: hue angle of 40.75º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51401C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB816428-
CMYK00.210.650.68
HSL40.75º48.62%21.37%-
HSV(B)40.75º65.43%31.76%-
XYZ5.445.51.87-
YUV64.98107.13139.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=46.82%
G=36.99%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81642800.210.650.6840.7548.6221.37
Hex51401C0154144293115
Octal12110034025101104516125
Binary10100011000000111000101011000001100010010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,64,28); }

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

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

 a { background-color: rgb(81,64,28); }

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

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

 span { border-color: rgb(81,64,28); }

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