#512818

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

Shades of Indian Tan #512818

Tints of Indian Tan #512818

Color information

#512818 (or 0x512818) is unknown color: approx Indian Tan. HEX triplet: 51, 28 and 18. RGB value is (81,40,24). Sum of RGB (Red+Green+Blue) = 81+40+24=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #512818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512818 is #AED7E7. Grayscale: #323232. Windows color (decimal): -11458536 or 1583185. OLE color: 1583185.

HSL color Cylindrical-coordinate representation of color #512818: hue angle of 16.84º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512818 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB814024-
CMYK00.510.700.68
HSL16.84º54.29%20.59%-
HSV(B)16.84º70.37%31.76%-
XYZ4.323.331.28-
YUV50.43113.08149.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=55.86%
G=27.59%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81402400.510.700.6816.8454.2920.59
Hex5128180334644113615
Octal1215030063106104216625
Binary1010001101000110000110011100011010001001000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512818; }

 p { color: rgb(81,40,24); }

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

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

 a { background-color: rgb(81,40,24); }

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

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

 span { border-color: rgb(81,40,24); }

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