Html Css Color HEX #513227 Indian Tan

📋 copy color: '#513227'

red 81 ◦ green 50 ◦ blue 39

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

Shades of Indian Tan #513227

Tints of Indian Tan #513227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 47.65%
G = 29.41%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#513227 (or 0x513227) is known color: Indian Tan. HEX triplet: 51, 32 and 27. RGB value is (81,50,39). Sum of RGB (Red+Green+Blue) = 81+50+39=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513227 is #AECDD8. Grayscale: #3A3A3A. Windows color (decimal): -11455961 or 2568785. OLE color: 2568785.

HSL color Cylindrical-coordinate representation of color #513227: hue angle of 15.71º 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 #513227 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 39 -
CMYK 0 0.38 0.52 0.68
HSL 15.71º 0.35% 0.24% -
HSV(B) 15.71º 0.52% 0.32% -
XYZ 4.9 4.18 2.47 -
YUV 58.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 81 50 39 0 0.38 0.52 0.68 15.71 0.35 0.24
Hex 51 32 27 0 26 34 44 10 23 18
Octal 121 62 47 0 46 64 104 20 43 30
Binary 1010001 110010 100111 0 100110 110100 1000100 10000 100011 11000

Color Harmonies of #513227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513227

Black with #513227

Text Example


Text Example

White with #513227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513227; }

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

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

background-color css

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

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

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

border-color css

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

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

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