#51400C

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

Shades of Madras #51400C

Tints of Madras #51400C

Color information

#51400C (or 0x51400C) is unknown color: approx Madras. HEX triplet: 51, 40 and 0C. RGB value is (81,64,12). Sum of RGB (Red+Green+Blue) = 81+64+12=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51400C is #AEBFF3. Grayscale: #3F3F3F. Windows color (decimal): -11452404 or 802897. OLE color: 802897.

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

Color convert

RGB816412-
CMYK00.210.850.68
HSL45.22º74.19%18.24%-
HSV(B)45.22º85.19%31.76%-
XYZ5.295.441.12-
YUV63.1599.13140.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 12 (5.08% from 255) = 7.64%
R=51.59%
G=40.76%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81641200.210.850.6845.2274.1918.24
Hex5140C01555442d4a12
Octal121100140251251045511222
Binary10100011000000110001010110101011000100101101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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