#51441C

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

Shades of Madras #51441C

Tints of Madras #51441C

Color information

#51441C (or 0x51441C) is unknown color: approx Madras. HEX triplet: 51, 44 and 1C. RGB value is (81,68,28). Sum of RGB (Red+Green+Blue) = 81+68+28=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51441C is #AEBBE3. Grayscale: #434343. Windows color (decimal): -11451364 or 1852497. OLE color: 1852497.

HSL color Cylindrical-coordinate representation of color #51441C: hue angle of 45.28º 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 #51441C is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB816828-
CMYK00.160.650.68
HSL45.28º48.62%21.37%-
HSV(B)45.28º65.43%31.76%-
XYZ5.675.971.95-
YUV67.33105.81137.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=45.76%
G=38.42%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81682800.160.650.6845.2848.6221.37
Hex51441C01041442d3115
Octal12110434020101104556125
Binary10100011000100111000100001000001100010010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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