#514212

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

Shades of Madras #514212

Tints of Madras #514212

Color information

#514212 (or 0x514212) is unknown color: approx Madras. HEX triplet: 51, 42 and 12. RGB value is (81,66,18). Sum of RGB (Red+Green+Blue) = 81+66+18=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514212 is #AEBDED. Grayscale: #414141. Windows color (decimal): -11451886 or 1196625. OLE color: 1196625.

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

Color convert

RGB816618-
CMYK00.190.780.68
HSL45.71º63.64%19.41%-
HSV(B)45.71º77.78%31.76%-
XYZ5.455.691.38-
YUV65.01101.47139.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=49.09%
G=40%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81661800.190.780.6845.7163.6419.41
Hex5142120134E442e4013
Octal121102220231161045610023
Binary101000110000101001001001110011101000100101110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514212; }

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

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

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

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

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

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

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

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