#51431F

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

Shades of Madras #51431F

Tints of Madras #51431F

Color information

#51431F (or 0x51431F) is unknown color: approx Madras. HEX triplet: 51, 43 and 1F. RGB value is (81,67,31). Sum of RGB (Red+Green+Blue) = 81+67+31=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51431F is #AEBCE0. Grayscale: #434343. Windows color (decimal): -11451617 or 2048849. OLE color: 2048849.

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

Color convert

RGB816731-
CMYK00.170.620.68
HSL43.2º44.64%21.96%-
HSV(B)43.2º61.73%31.76%-
XYZ5.655.862.13-
YUV67.08107.64137.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=45.25%
G=37.43%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81673100.170.620.6843.244.6421.96
Hex51431F0113E442b2d16
Octal1211033702176104535526
Binary1010001100001111111010001111110100010010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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