Html Css Color HEX #512E21 Indian Tan

📋 copy color: '#512E21'

red 81 ◦ green 46 ◦ blue 33

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

Shades of Indian Tan #512E21

Tints of Indian Tan #512E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.63%

R = 50.63%
G = 28.75%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#512E21 (or 0x512E21) is known color: Indian Tan. HEX triplet: 51, 2E and 21. RGB value is (81,46,33). Sum of RGB (Red+Green+Blue) = 81+46+33=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #512E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E21 is #AED1DE. Grayscale: #373737. Windows color (decimal): -11456991 or 2174545. OLE color: 2174545.

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

Color convert

RGB 81 46 33 -
CMYK 0 0.43 0.59 0.68
HSL 16.25º 0.42% 0.22% -
HSV(B) 16.25º 0.59% 0.32% -
XYZ 4.64 3.81 1.93 -
YUV 54.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 81 46 33 0 0.43 0.59 0.68 16.25 0.42 0.22
Hex 51 2E 21 0 2B 3B 44 10 2A 16
Octal 121 56 41 0 53 73 104 20 52 26
Binary 1010001 101110 100001 0 101011 111011 1000100 10000 101010 10110

Color Harmonies of #512E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E21

Black with #512E21

Text Example


Text Example

White with #512E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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