Html Css Color HEX #513425 Indian Tan

📋 copy color: '#513425'

red 81 ◦ green 52 ◦ blue 37

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

Shades of Indian Tan #513425

Tints of Indian Tan #513425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

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

R = 47.65%
G = 30.59%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#513425 (or 0x513425) is known color: Indian Tan. HEX triplet: 51, 34 and 25. RGB value is (81,52,37). Sum of RGB (Red+Green+Blue) = 81+52+37=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513425 is #AECBDA. Grayscale: #3B3B3B. Windows color (decimal): -11455451 or 2438225. OLE color: 2438225.

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

Color convert

RGB 81 52 37 -
CMYK 0 0.36 0.54 0.68
HSL 20.45º 0.37% 0.23% -
HSV(B) 20.45º 0.54% 0.32% -
XYZ 4.96 4.34 2.33 -
YUV 58.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 81 52 37 0 0.36 0.54 0.68 20.45 0.37 0.23
Hex 51 34 25 0 24 36 44 14 25 17
Octal 121 64 45 0 44 66 104 24 45 27
Binary 1010001 110100 100101 0 100100 110110 1000100 10100 100101 10111

Color Harmonies of #513425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513425

Black with #513425

Text Example


Text Example

White with #513425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513425; }

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

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

background-color css

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

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

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

border-color css

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

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

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