#512B18

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

Shades of Indian Tan #512B18

Tints of Indian Tan #512B18

Color information

#512B18 (or 0x512B18) is unknown color: approx Indian Tan. HEX triplet: 51, 2B and 18. RGB value is (81,43,24). Sum of RGB (Red+Green+Blue) = 81+43+24=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #512B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B18 is #AED4E7. Grayscale: #343434. Windows color (decimal): -11457768 or 1583953. OLE color: 1583953.

HSL color Cylindrical-coordinate representation of color #512B18: hue angle of 20º 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 #512B18 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB814324-
CMYK00.470.700.68
HSL20º54.29%20.59%-
HSV(B)20º70.37%31.76%-
XYZ4.423.541.31-
YUV52.2112.09148.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=54.73%
G=29.05%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81432400.470.700.682054.2920.59
Hex512B1802F4644143615
Octal1215330057106104246625
Binary1010001101011110000101111100011010001001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B18; }

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

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

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

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

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

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

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

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