Html Css Color HEX #513224 Indian Tan

📋 copy color: '#513224'

red 81 ◦ green 50 ◦ blue 36

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

Shades of Indian Tan #513224

Tints of Indian Tan #513224

RGB

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

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

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

R = 48.5%
G = 29.94%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#513224 (or 0x513224) is known color: Indian Tan. HEX triplet: 51, 32 and 24. RGB value is (81,50,36). Sum of RGB (Red+Green+Blue) = 81+50+36=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #513224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513224 is #AECDDB. Grayscale: #393939. Windows color (decimal): -11455964 or 2372177. OLE color: 2372177.

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

Color convert

RGB 81 50 36 -
CMYK 0 0.38 0.56 0.68
HSL 18.67º 0.38% 0.23% -
HSV(B) 18.67º 0.56% 0.32% -
XYZ 4.85 4.16 2.22 -
YUV 57.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 81 50 36 0 0.38 0.56 0.68 18.67 0.38 0.23
Hex 51 32 24 0 26 38 44 13 26 17
Octal 121 62 44 0 46 70 104 23 46 27
Binary 1010001 110010 100100 0 100110 111000 1000100 10011 100110 10111

Color Harmonies of #513224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513224

Black with #513224

Text Example


Text Example

White with #513224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513224; }

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

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

background-color css

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

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

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

border-color css

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

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

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