Html Css Color HEX #522B15 Indian Tan

📋 copy color: '#522B15'

red 82 ◦ green 43 ◦ blue 21

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

Shades of Indian Tan #522B15

Tints of Indian Tan #522B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.45%

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 56.16%
G = 29.45%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#522B15 (or 0x522B15) is known color: Indian Tan. HEX triplet: 52, 2B and 15. RGB value is (82,43,21). Sum of RGB (Red+Green+Blue) = 82+43+21=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #522B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522B15 is #ADD4EA. Grayscale: #343434. Windows color (decimal): -11392235 or 1387346. OLE color: 1387346.

HSL color Cylindrical-coordinate representation of color #522B15: hue angle of 21.64º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522B15 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 43 21 -
CMYK 0 0.48 0.74 0.68
HSL 21.64º 0.59% 0.2% -
HSV(B) 21.64º 0.74% 0.32% -
XYZ 4.48 3.58 1.16 -
YUV 52.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 82 43 21 0 0.48 0.74 0.68 21.64 0.59 0.2
Hex 52 2B 15 0 30 4A 44 16 3B 14
Octal 122 53 25 0 60 112 104 26 73 24
Binary 1010010 101011 10101 0 110000 1001010 1000100 10110 111011 10100

Color Harmonies of #522B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522B15

Black with #522B15

Text Example


Text Example

White with #522B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522B15; }

 p { color: rgb(82,43,21); }

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

background-color css

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

 a { background-color: rgb(82,43,21); }

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

border-color css

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

 span { border-color: rgb(82,43,21); }

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