Html Css Color HEX #512D19 Indian Tan

📋 copy color: '#512D19'

red 81 ◦ green 45 ◦ blue 25

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

Shades of Indian Tan #512D19

Tints of Indian Tan #512D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.8%

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

R = 53.64%
G = 29.8%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#512D19 (or 0x512D19) is known color: Indian Tan. HEX triplet: 51, 2D and 19. RGB value is (81,45,25). Sum of RGB (Red+Green+Blue) = 81+45+25=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D19 is #AED2E6. Grayscale: #353535. Windows color (decimal): -11457255 or 1650001. OLE color: 1650001.

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

Color convert

RGB 81 45 25 -
CMYK 0 0.44 0.69 0.68
HSL 21.43º 0.53% 0.21% -
HSV(B) 21.43º 0.69% 0.32% -
XYZ 4.51 3.7 1.4 -
YUV 53.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 81 45 25 0 0.44 0.69 0.68 21.43 0.53 0.21
Hex 51 2D 19 0 2C 45 44 15 35 15
Octal 121 55 31 0 54 105 104 25 65 25
Binary 1010001 101101 11001 0 101100 1000101 1000100 10101 110101 10101

Color Harmonies of #512D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D19

Black with #512D19

Text Example


Text Example

White with #512D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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