Html Css Color HEX #513328 Indian Tan

📋 copy color: '#513328'

red 81 ◦ green 51 ◦ blue 40

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

Shades of Indian Tan #513328

Tints of Indian Tan #513328

RGB

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

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

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

R = 47.09%
G = 29.65%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#513328 (or 0x513328) is known color: Indian Tan. HEX triplet: 51, 33 and 28. RGB value is (81,51,40). Sum of RGB (Red+Green+Blue) = 81+51+40=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513328 is #AECCD7. Grayscale: #3A3A3A. Windows color (decimal): -11455704 or 2634577. OLE color: 2634577.

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

Color convert

RGB 81 51 40 -
CMYK 0 0.37 0.51 0.68
HSL 16.1º 0.34% 0.24% -
HSV(B) 16.1º 0.51% 0.32% -
XYZ 4.96 4.27 2.57 -
YUV 58.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 81 51 40 0 0.37 0.51 0.68 16.1 0.34 0.24
Hex 51 33 28 0 25 33 44 10 22 18
Octal 121 63 50 0 45 63 104 20 42 30
Binary 1010001 110011 101000 0 100101 110011 1000100 10000 100010 11000

Color Harmonies of #513328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513328

Black with #513328

Text Example


Text Example

White with #513328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513328; }

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

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

background-color css

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

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

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

border-color css

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

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

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