Html Css Color HEX #513528 Indian Tan

📋 copy color: '#513528'

red 81 ◦ green 53 ◦ blue 40

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

Shades of Indian Tan #513528

Tints of Indian Tan #513528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 46.55%
G = 30.46%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#513528 (or 0x513528) is known color: Indian Tan. HEX triplet: 51, 35 and 28. RGB value is (81,53,40). Sum of RGB (Red+Green+Blue) = 81+53+40=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513528 is #AECAD7. Grayscale: #3B3B3B. Windows color (decimal): -11455192 or 2635089. OLE color: 2635089.

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

Color convert

RGB 81 53 40 -
CMYK 0 0.35 0.51 0.68
HSL 19.02º 0.34% 0.24% -
HSV(B) 19.02º 0.51% 0.32% -
XYZ 5.05 4.45 2.6 -
YUV 59.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 81 53 40 0 0.35 0.51 0.68 19.02 0.34 0.24
Hex 51 35 28 0 23 33 44 13 22 18
Octal 121 65 50 0 43 63 104 23 42 30
Binary 1010001 110101 101000 0 100011 110011 1000100 10011 100010 11000

Color Harmonies of #513528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513528

Black with #513528

Text Example


Text Example

White with #513528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513528; }

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

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

background-color css

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

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

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

border-color css

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

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

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