#514321

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

Shades of Madras #514321

Tints of Madras #514321

Color information

#514321 (or 0x514321) is unknown color: approx Madras. HEX triplet: 51, 43 and 21. RGB value is (81,67,33). Sum of RGB (Red+Green+Blue) = 81+67+33=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514321 is #AEBCDE. Grayscale: #434343. Windows color (decimal): -11451615 or 2179921. OLE color: 2179921.

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

Color convert

RGB816733-
CMYK00.170.590.68
HSL42.5º42.11%22.35%-
HSV(B)42.5º59.26%31.76%-
XYZ5.685.872.27-
YUV67.31108.64137.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=44.75%
G=37.02%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81673300.170.590.6842.542.1122.35
Hex5143210113B442b2a16
Octal1211034102173104535226
Binary10100011000011100001010001111011100010010101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514321; }

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

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

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

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

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

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

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

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