Html Css Color HEX #513125 Indian Tan

📋 copy color: '#513125'

red 81 ◦ green 49 ◦ blue 37

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

Shades of Indian Tan #513125

Tints of Indian Tan #513125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.34%

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

R = 48.5%
G = 29.34%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#513125 (or 0x513125) is known color: Indian Tan. HEX triplet: 51, 31 and 25. RGB value is (81,49,37). Sum of RGB (Red+Green+Blue) = 81+49+37=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #513125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513125 is #AECEDA. Grayscale: #393939. Windows color (decimal): -11456219 or 2437457. OLE color: 2437457.

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

Color convert

RGB 81 49 37 -
CMYK 0 0.40 0.54 0.68
HSL 16.36º 0.37% 0.23% -
HSV(B) 16.36º 0.54% 0.32% -
XYZ 4.83 4.08 2.28 -
YUV 57.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 81 49 37 0 0.40 0.54 0.68 16.36 0.37 0.23
Hex 51 31 25 0 28 36 44 10 25 17
Octal 121 61 45 0 50 66 104 20 45 27
Binary 1010001 110001 100101 0 101000 110110 1000100 10000 100101 10111

Color Harmonies of #513125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513125

Black with #513125

Text Example


Text Example

White with #513125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513125; }

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

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

background-color css

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

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

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

border-color css

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

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

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