Html Css Color HEX #513527 Indian Tan

📋 copy color: '#513527'

red 81 ◦ green 53 ◦ blue 39

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

Shades of Indian Tan #513527

Tints of Indian Tan #513527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 46.82%
G = 30.64%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#513527 (or 0x513527) is known color: Indian Tan. HEX triplet: 51, 35 and 27. RGB value is (81,53,39). Sum of RGB (Red+Green+Blue) = 81+53+39=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #513527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513527 is #AECAD8. Grayscale: #3B3B3B. Windows color (decimal): -11455193 or 2569553. OLE color: 2569553.

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

Color convert

RGB 81 53 39 -
CMYK 0 0.35 0.52 0.68
HSL 20º 0.35% 0.24% -
HSV(B) 20º 0.52% 0.32% -
XYZ 5.03 4.44 2.51 -
YUV 59.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 81 53 39 0 0.35 0.52 0.68 20 0.35 0.24
Hex 51 35 27 0 23 34 44 14 23 18
Octal 121 65 47 0 43 64 104 24 43 30
Binary 1010001 110101 100111 0 100011 110100 1000100 10100 100011 11000

Color Harmonies of #513527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513527

Black with #513527

Text Example


Text Example

White with #513527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513527; }

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

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

background-color css

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

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

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

border-color css

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

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

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