Html Css Color HEX #513324 Indian Tan

📋 copy color: '#513324'

red 81 ◦ green 51 ◦ blue 36

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

Shades of Indian Tan #513324

Tints of Indian Tan #513324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.43%

R = 48.21%
G = 30.36%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#513324 (or 0x513324) is known color: Indian Tan. HEX triplet: 51, 33 and 24. RGB value is (81,51,36). Sum of RGB (Red+Green+Blue) = 81+51+36=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513324 is #AECCDB. Grayscale: #3A3A3A. Windows color (decimal): -11455708 or 2372433. OLE color: 2372433.

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

Color convert

RGB 81 51 36 -
CMYK 0 0.37 0.56 0.68
HSL 20º 0.38% 0.23% -
HSV(B) 20º 0.56% 0.32% -
XYZ 4.9 4.24 2.23 -
YUV 58.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 81 51 36 0 0.37 0.56 0.68 20 0.38 0.23
Hex 51 33 24 0 25 38 44 14 26 17
Octal 121 63 44 0 45 70 104 24 46 27
Binary 1010001 110011 100100 0 100101 111000 1000100 10100 100110 10111

Color Harmonies of #513324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513324

Black with #513324

Text Example


Text Example

White with #513324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513324; }

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

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

background-color css

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

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

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

border-color css

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

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

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