Html Css Color HEX #512915 Indian Tan

📋 copy color: '#512915'

red 81 ◦ green 41 ◦ blue 21

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

Shades of Indian Tan #512915

Tints of Indian Tan #512915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

 BLUE value IS 21 (8.59% from 255) = 14.69%

R = 56.64%
G = 28.67%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#512915 (or 0x512915) is known color: Indian Tan. HEX triplet: 51, 29 and 15. RGB value is (81,41,21). Sum of RGB (Red+Green+Blue) = 81+41+21=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #512915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512915 is #AED6EA. Grayscale: #323232. Windows color (decimal): -11458283 or 1386833. OLE color: 1386833.

HSL color Cylindrical-coordinate representation of color #512915: hue angle of 20º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512915 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 41 21 -
CMYK 0 0.49 0.74 0.68
HSL 20º 0.59% 0.2% -
HSV(B) 20º 0.74% 0.32% -
XYZ 4.32 3.39 1.14 -
YUV 50.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 81 41 21 0 0.49 0.74 0.68 20 0.59 0.2
Hex 51 29 15 0 31 4A 44 14 3B 14
Octal 121 51 25 0 61 112 104 24 73 24
Binary 1010001 101001 10101 0 110001 1001010 1000100 10100 111011 10100

Color Harmonies of #512915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512915

Black with #512915

Text Example


Text Example

White with #512915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512915; }

 p { color: rgb(81,41,21); }

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

background-color css

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

 a { background-color: rgb(81,41,21); }

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

border-color css

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

 span { border-color: rgb(81,41,21); }

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