Html Css Color HEX #512E19 Indian Tan

📋 copy color: '#512E19'

red 81 ◦ green 46 ◦ blue 25

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

Shades of Indian Tan #512E19

Tints of Indian Tan #512E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 53.29%
G = 30.26%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#512E19 (or 0x512E19) is known color: Indian Tan. HEX triplet: 51, 2E and 19. RGB value is (81,46,25). Sum of RGB (Red+Green+Blue) = 81+46+25=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #512E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E19 is #AED1E6. Grayscale: #363636. Windows color (decimal): -11456999 or 1650257. OLE color: 1650257.

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

Color convert

RGB 81 46 25 -
CMYK 0 0.43 0.69 0.68
HSL 22.5º 0.53% 0.21% -
HSV(B) 22.5º 0.69% 0.32% -
XYZ 4.55 3.77 1.41 -
YUV 54.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 81 46 25 0 0.43 0.69 0.68 22.5 0.53 0.21
Hex 51 2E 19 0 2B 45 44 16 35 15
Octal 121 56 31 0 53 105 104 26 65 25
Binary 1010001 101110 11001 0 101011 1000101 1000100 10110 110101 10101

Color Harmonies of #512E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E19

Black with #512E19

Text Example


Text Example

White with #512E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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