#514121

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

Shades of Madras #514121

Tints of Madras #514121

Color information

#514121 (or 0x514121) is unknown color: approx Madras. HEX triplet: 51, 41 and 21. RGB value is (81,65,33). Sum of RGB (Red+Green+Blue) = 81+65+33=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #514121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514121 is #AEBEDE. Grayscale: #424242. Windows color (decimal): -11452127 or 2179409. OLE color: 2179409.

HSL color Cylindrical-coordinate representation of color #514121: hue angle of 40º 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 #514121 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB816533-
CMYK00.200.590.68
HSL40º42.11%22.35%-
HSV(B)40º59.26%31.76%-
XYZ5.565.642.23-
YUV66.14109.3138.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=45.25%
G=36.31%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81653300.200.590.684042.1122.35
Hex5141210143B44282a16
Octal1211014102473104505226
Binary10100011000001100001010100111011100010010100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514121; }

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

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

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

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

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

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

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

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