#51420B

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

Shades of Madras #51420B

Tints of Madras #51420B

Color information

#51420B (or 0x51420B) is unknown color: approx Madras. HEX triplet: 51, 42 and 0B. RGB value is (81,66,11). Sum of RGB (Red+Green+Blue) = 81+66+11=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51420B is #AEBDF4. Grayscale: #404040. Windows color (decimal): -11451893 or 737873. OLE color: 737873.

HSL color Cylindrical-coordinate representation of color #51420B: hue angle of 47.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51420B is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB816611-
CMYK00.190.860.68
HSL47.14º76.09%18.04%-
HSV(B)47.14º86.42%31.76%-
XYZ5.45.671.13-
YUV64.2297.97139.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=51.27%
G=41.77%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81661100.190.860.6847.1476.0918.04
Hex5142B01356442f4c12
Octal121102130231261045711422
Binary10100011000010101101001110101101000100101111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,66,11); }

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

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

 a { background-color: rgb(81,66,11); }

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

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

 span { border-color: rgb(81,66,11); }

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