#514222

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

Shades of Madras #514222

Tints of Madras #514222

Color information

#514222 (or 0x514222) is unknown color: approx Madras. HEX triplet: 51, 42 and 22. RGB value is (81,66,34). Sum of RGB (Red+Green+Blue) = 81+66+34=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514222 is #AEBDDD. Grayscale: #424242. Windows color (decimal): -11451870 or 2245201. OLE color: 2245201.

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

Color convert

RGB816634-
CMYK00.190.580.68
HSL40.85º40.87%22.55%-
HSV(B)40.85º58.02%31.76%-
XYZ5.635.762.33-
YUV66.84109.47138.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=44.75%
G=36.46%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81663400.190.580.6840.8540.8722.55
Hex5142220133A44292917
Octal1211024202372104515127
Binary10100011000010100010010011111010100010010100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514222; }

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

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

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

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

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

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

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

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