Html Css Color HEX #513225 Indian Tan

📋 copy color: '#513225'

red 81 ◦ green 50 ◦ blue 37

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

Shades of Indian Tan #513225

Tints of Indian Tan #513225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 48.21%
G = 29.76%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#513225 (or 0x513225) is known color: Indian Tan. HEX triplet: 51, 32 and 25. RGB value is (81,50,37). Sum of RGB (Red+Green+Blue) = 81+50+37=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513225 is #AECDDA. Grayscale: #393939. Windows color (decimal): -11455963 or 2437713. OLE color: 2437713.

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

Color convert

RGB 81 50 37 -
CMYK 0 0.38 0.54 0.68
HSL 17.73º 0.37% 0.23% -
HSV(B) 17.73º 0.54% 0.32% -
XYZ 4.87 4.16 2.3 -
YUV 57.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 81 50 37 0 0.38 0.54 0.68 17.73 0.37 0.23
Hex 51 32 25 0 26 36 44 12 25 17
Octal 121 62 45 0 46 66 104 22 45 27
Binary 1010001 110010 100101 0 100110 110110 1000100 10010 100101 10111

Color Harmonies of #513225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513225

Black with #513225

Text Example


Text Example

White with #513225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513225; }

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

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

background-color css

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

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

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

border-color css

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

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

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