Html Css Color HEX #513325 Indian Tan

📋 copy color: '#513325'

red 81 ◦ green 51 ◦ blue 37

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

Shades of Indian Tan #513325

Tints of Indian Tan #513325

RGB

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

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

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

R = 47.93%
G = 30.18%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#513325 (or 0x513325) is known color: Indian Tan. HEX triplet: 51, 33 and 25. RGB value is (81,51,37). Sum of RGB (Red+Green+Blue) = 81+51+37=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513325 is #AECCDA. Grayscale: #3A3A3A. Windows color (decimal): -11455707 or 2437969. OLE color: 2437969.

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

Color convert

RGB 81 51 37 -
CMYK 0 0.37 0.54 0.68
HSL 19.09º 0.37% 0.23% -
HSV(B) 19.09º 0.54% 0.32% -
XYZ 4.91 4.25 2.31 -
YUV 58.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 81 51 37 0 0.37 0.54 0.68 19.09 0.37 0.23
Hex 51 33 25 0 25 36 44 13 25 17
Octal 121 63 45 0 45 66 104 23 45 27
Binary 1010001 110011 100101 0 100101 110110 1000100 10011 100101 10111

Color Harmonies of #513325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513325

Black with #513325

Text Example


Text Example

White with #513325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513325; }

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

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

background-color css

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

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

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

border-color css

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

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

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