Html Css Color HEX #522512 Indian Tan

📋 copy color: '#522512'

red 82 ◦ green 37 ◦ blue 18

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

Shades of Indian Tan #522512

Tints of Indian Tan #522512

RGB

 RED value IS 82 (32.42% from 255) = 59.85%

 GREEN value IS 37 (14.84% from 255) = 27.01%

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 59.85%
G = 27.01%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#522512 (or 0x522512) is known color: Indian Tan. HEX triplet: 52, 25 and 12. RGB value is (82,37,18). Sum of RGB (Red+Green+Blue) = 82+37+18=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #522512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522512 is #ADDAED. Grayscale: #303030. Windows color (decimal): -11393774 or 1189202. OLE color: 1189202.

HSL color Cylindrical-coordinate representation of color #522512: hue angle of 17.81º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522512 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 37 18 -
CMYK 0 0.55 0.78 0.68
HSL 17.81º 0.64% 0.2% -
HSV(B) 17.81º 0.78% 0.32% -
XYZ 4.25 3.16 0.96 -
YUV 48.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 82 37 18 0 0.55 0.78 0.68 17.81 0.64 0.2
Hex 52 25 12 0 37 4E 44 12 40 14
Octal 122 45 22 0 67 116 104 22 100 24
Binary 1010010 100101 10010 0 110111 1001110 1000100 10010 1000000 10100

Color Harmonies of #522512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522512

Black with #522512

Text Example


Text Example

White with #522512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522512; }

 p { color: rgb(82,37,18); }

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

background-color css

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

 a { background-color: rgb(82,37,18); }

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

border-color css

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

 span { border-color: rgb(82,37,18); }

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