Html Css Color HEX #513327 Indian Tan

📋 copy color: '#513327'

red 81 ◦ green 51 ◦ blue 39

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

Shades of Indian Tan #513327

Tints of Indian Tan #513327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 47.37%
G = 29.82%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#513327 (or 0x513327) is known color: Indian Tan. HEX triplet: 51, 33 and 27. RGB value is (81,51,39). Sum of RGB (Red+Green+Blue) = 81+51+39=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513327 is #AECCD8. Grayscale: #3A3A3A. Windows color (decimal): -11455705 or 2569041. OLE color: 2569041.

HSL color Cylindrical-coordinate representation of color #513327: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #513327 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 51 39 -
CMYK 0 0.37 0.52 0.68
HSL 17.14º 0.35% 0.24% -
HSV(B) 17.14º 0.52% 0.32% -
XYZ 4.94 4.26 2.48 -
YUV 58.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 81 51 39 0 0.37 0.52 0.68 17.14 0.35 0.24
Hex 51 33 27 0 25 34 44 11 23 18
Octal 121 63 47 0 45 64 104 21 43 30
Binary 1010001 110011 100111 0 100101 110100 1000100 10001 100011 11000

Color Harmonies of #513327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513327

Black with #513327

Text Example


Text Example

White with #513327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513327; }

 p { color: rgb(81,51,39); }

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

background-color css

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

 a { background-color: rgb(81,51,39); }

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

border-color css

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

 span { border-color: rgb(81,51,39); }

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