Html Css Color HEX #512C19 Indian Tan

📋 copy color: '#512C19'

red 81 ◦ green 44 ◦ blue 25

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

Shades of Indian Tan #512C19

Tints of Indian Tan #512C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.33%

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

R = 54%
G = 29.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#512C19 (or 0x512C19) is known color: Indian Tan. HEX triplet: 51, 2C and 19. RGB value is (81,44,25). Sum of RGB (Red+Green+Blue) = 81+44+25=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #512C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C19 is #AED3E6. Grayscale: #353535. Windows color (decimal): -11457511 or 1649745. OLE color: 1649745.

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

Color convert

RGB 81 44 25 -
CMYK 0 0.46 0.69 0.68
HSL 20.36º 0.53% 0.21% -
HSV(B) 20.36º 0.69% 0.32% -
XYZ 4.47 3.62 1.38 -
YUV 52.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 81 44 25 0 0.46 0.69 0.68 20.36 0.53 0.21
Hex 51 2C 19 0 2E 45 44 14 35 15
Octal 121 54 31 0 56 105 104 24 65 25
Binary 1010001 101100 11001 0 101110 1000101 1000100 10100 110101 10101

Color Harmonies of #512C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C19

Black with #512C19

Text Example


Text Example

White with #512C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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