Html Css Color HEX #512514 Indian Tan

📋 copy color: '#512514'

red 81 ◦ green 37 ◦ blue 20

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

Shades of Indian Tan #512514

Tints of Indian Tan #512514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 58.7%
G = 26.81%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#512514 (or 0x512514) is known color: Indian Tan. HEX triplet: 51, 25 and 14. RGB value is (81,37,20). Sum of RGB (Red+Green+Blue) = 81+37+20=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512514 is #AEDAEB. Grayscale: #303030. Windows color (decimal): -11459308 or 1320273. OLE color: 1320273.

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

Color convert

RGB 81 37 20 -
CMYK 0 0.54 0.75 0.68
HSL 16.72º 0.6% 0.2% -
HSV(B) 16.72º 0.75% 0.32% -
XYZ 4.18 3.12 1.04 -
YUV 48.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 81 37 20 0 0.54 0.75 0.68 16.72 0.6 0.2
Hex 51 25 14 0 36 4B 44 11 3C 14
Octal 121 45 24 0 66 113 104 21 74 24
Binary 1010001 100101 10100 0 110110 1001011 1000100 10001 111100 10100

Color Harmonies of #512514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512514

Black with #512514

Text Example


Text Example

White with #512514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512514; }

 p { color: rgb(81,37,20); }

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

background-color css

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

 a { background-color: rgb(81,37,20); }

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

border-color css

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

 span { border-color: rgb(81,37,20); }

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