#51431E

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

Shades of Madras #51431E

Tints of Madras #51431E

Color information

#51431E (or 0x51431E) is unknown color: approx Madras. HEX triplet: 51, 43 and 1E. RGB value is (81,67,30). Sum of RGB (Red+Green+Blue) = 81+67+30=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51431E is #AEBCE1. Grayscale: #434343. Windows color (decimal): -11451618 or 1983313. OLE color: 1983313.

HSL color Cylindrical-coordinate representation of color #51431E: hue angle of 43.53º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51431E is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB816730-
CMYK00.170.630.68
HSL43.53º45.95%21.76%-
HSV(B)43.53º62.96%31.76%-
XYZ5.635.862.06-
YUV66.97107.14138.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=45.51%
G=37.64%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81673000.170.630.6843.5345.9521.76
Hex51431E0113F442c2e16
Octal1211033602177104545626
Binary1010001100001111110010001111111100010010110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51431E; }

 p { color: rgb(81,67,30); }

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

<style>
 a { background-color: #51431E; }

 a { background-color: rgb(81,67,30); }

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

<style>
 span { border-color: #51431E; }

 span { border-color: rgb(81,67,30); }

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