#514320

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

Shades of Madras #514320

Tints of Madras #514320

Color information

#514320 (or 0x514320) is unknown color: approx Madras. HEX triplet: 51, 43 and 20. RGB value is (81,67,32). Sum of RGB (Red+Green+Blue) = 81+67+32=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #514320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514320 is #AEBCDF. Grayscale: #434343. Windows color (decimal): -11451616 or 2114385. OLE color: 2114385.

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

Color convert

RGB816732-
CMYK00.170.600.68
HSL42.86º43.36%22.16%-
HSV(B)42.86º60.49%31.76%-
XYZ5.665.872.2-
YUV67.2108.14137.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=45%
G=37.22%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81673200.170.600.6842.8643.3622.16
Hex5143200113C442b2b16
Octal1211034002174104535326
Binary10100011000011100000010001111100100010010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514320; }

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

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

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

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

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

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

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

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