#512F24

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

Shades of Indian Tan #512F24

Tints of Indian Tan #512F24

Color information

#512F24 (or 0x512F24) is unknown color: approx Indian Tan. HEX triplet: 51, 2F and 24. RGB value is (81,47,36). Sum of RGB (Red+Green+Blue) = 81+47+36=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #512F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F24 is #AED0DB. Grayscale: #373737. Windows color (decimal): -11456732 or 2371409. OLE color: 2371409.

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

Color convert

RGB814736-
CMYK00.420.560.68
HSL14.67º38.46%22.94%-
HSV(B)14.67º55.56%31.76%-
XYZ4.733.912.17-
YUV55.91116.76145.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=49.39%
G=28.66%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81473600.420.560.6814.6738.4622.94
Hex512F2402A3844f2617
Octal121574405270104174627
Binary101000110111110010001010101110001000100111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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