Html Css Color HEX #512E18 Indian Tan

📋 copy color: '#512E18'

red 81 ◦ green 46 ◦ blue 24

#512E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #512E18

Tints of Indian Tan #512E18

RGB

 RED value IS 81 (32.03% from 255) = 53.64%

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 24 (9.77% from 255) = 15.89%

R = 53.64%
G = 30.46%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#512E18 (or 0x512E18) is known color: Indian Tan. HEX triplet: 51, 2E and 18. RGB value is (81,46,24). Sum of RGB (Red+Green+Blue) = 81+46+24=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E18 is #AED1E7. Grayscale: #363636. Windows color (decimal): -11457000 or 1584721. OLE color: 1584721.

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

Color convert

RGB 81 46 24 -
CMYK 0 0.43 0.70 0.68
HSL 23.16º 0.54% 0.21% -
HSV(B) 23.16º 0.7% 0.32% -
XYZ 4.54 3.77 1.35 -
YUV 53.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 81 46 24 0 0.43 0.70 0.68 23.16 0.54 0.21
Hex 51 2E 18 0 2B 46 44 17 36 15
Octal 121 56 30 0 53 106 104 27 66 25
Binary 1010001 101110 11000 0 101011 1000110 1000100 10111 110110 10101

Color Harmonies of #512E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E18

Black with #512E18

Text Example


Text Example

White with #512E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #512E18;
 }
 .AnyTagClassName
 {
   color: #512E18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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