Html Css Color HEX #512312 Indian Tan

📋 copy color: '#512312'

red 81 ◦ green 35 ◦ blue 18

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

Shades of Indian Tan #512312

Tints of Indian Tan #512312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 60.45%
G = 26.12%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#512312 (or 0x512312) is known color: Indian Tan. HEX triplet: 51, 23 and 12. RGB value is (81,35,18). Sum of RGB (Red+Green+Blue) = 81+35+18=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #512312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512312 is #AEDCED. Grayscale: #2E2E2E. Windows color (decimal): -11459822 or 1188689. OLE color: 1188689.

HSL color Cylindrical-coordinate representation of color #512312: hue angle of 16.19º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512312 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 35 18 -
CMYK 0 0.57 0.78 0.68
HSL 16.19º 0.64% 0.19% -
HSV(B) 16.19º 0.78% 0.32% -
XYZ 4.1 3 0.93 -
YUV 46.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 81 35 18 0 0.57 0.78 0.68 16.19 0.64 0.19
Hex 51 23 12 0 39 4E 44 10 40 13
Octal 121 43 22 0 71 116 104 20 100 23
Binary 1010001 100011 10010 0 111001 1001110 1000100 10000 1000000 10011

Color Harmonies of #512312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512312

Black with #512312

Text Example


Text Example

White with #512312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512312; }

 p { color: rgb(81,35,18); }

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

background-color css

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

 a { background-color: rgb(81,35,18); }

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

border-color css

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

 span { border-color: rgb(81,35,18); }

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