#51410A

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

Shades of Madras #51410A

Tints of Madras #51410A

Color information

#51410A (or 0x51410A) is unknown color: approx Madras. HEX triplet: 51, 41 and 0A. RGB value is (81,65,10). Sum of RGB (Red+Green+Blue) = 81+65+10=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #51410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51410A is #AEBEF5. Grayscale: #3F3F3F. Windows color (decimal): -11452150 or 672081. OLE color: 672081.

HSL color Cylindrical-coordinate representation of color #51410A: hue angle of 46.48º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51410A is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB816510-
CMYK00.200.880.68
HSL46.48º78.02%17.84%-
HSV(B)46.48º87.65%31.76%-
XYZ5.345.551.08-
YUV63.5197.8140.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=51.92%
G=41.67%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81651000.200.880.6846.4878.0217.84
Hex5141A01458442e4e12
Octal121101120241301045611622
Binary10100011000001101001010010110001000100101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51410A; }

 p { color: rgb(81,65,10); }

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

<style>
 a { background-color: #51410A; }

 a { background-color: rgb(81,65,10); }

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

<style>
 span { border-color: #51410A; }

 span { border-color: rgb(81,65,10); }

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