#512F23

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

Shades of Indian Tan #512F23

Tints of Indian Tan #512F23

Color information

#512F23 (or 0x512F23) is unknown color: approx Indian Tan. HEX triplet: 51, 2F and 23. RGB value is (81,47,35). Sum of RGB (Red+Green+Blue) = 81+47+35=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #512F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F23 is #AED0DC. Grayscale: #373737. Windows color (decimal): -11456733 or 2305873. OLE color: 2305873.

HSL color Cylindrical-coordinate representation of color #512F23: hue angle of 15.65º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #512F23 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB814735-
CMYK00.420.570.68
HSL15.65º39.66%22.75%-
HSV(B)15.65º56.79%31.76%-
XYZ4.713.92.1-
YUV55.8116.26145.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=49.69%
G=28.83%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81473500.420.570.6815.6539.6622.75
Hex512F2302A3944102817
Octal121574305271104205027
Binary1010001101111100011010101011100110001001000010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,47,35); }

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

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

 a { background-color: rgb(81,47,35); }

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

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

 span { border-color: rgb(81,47,35); }

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