Html Css Color HEX #563020 Indian Tan

📋 copy color: '#563020'

red 86 ◦ green 48 ◦ blue 32

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

Shades of Indian Tan #563020

Tints of Indian Tan #563020

RGB

 RED value IS 86 (33.98% from 255) = 51.81%

 GREEN value IS 48 (19.14% from 255) = 28.92%

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 51.81%
G = 28.92%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#563020 (or 0x563020) is known color: Indian Tan. HEX triplet: 56, 30 and 20. RGB value is (86,48,32). Sum of RGB (Red+Green+Blue) = 86+48+32=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #563020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563020 is #A9CFDF. Grayscale: #393939. Windows color (decimal): -11128800 or 2109526. OLE color: 2109526.

HSL color Cylindrical-coordinate representation of color #563020: hue angle of 17.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563020 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 48 32 -
CMYK 0 0.44 0.63 0.66
HSL 17.78º 0.46% 0.23% -
HSV(B) 17.78º 0.63% 0.34% -
XYZ 5.16 4.2 1.9 -
YUV 57.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 86 48 32 0 0.44 0.63 0.66 17.78 0.46 0.23
Hex 56 30 20 0 2C 3F 42 12 2E 17
Octal 126 60 40 0 54 77 102 22 56 27
Binary 1010110 110000 100000 0 101100 111111 1000010 10010 101110 10111

Color Harmonies of #563020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563020

Black with #563020

Text Example


Text Example

White with #563020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563020; }

 p { color: rgb(86,48,32); }

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

background-color css

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

 a { background-color: rgb(86,48,32); }

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

border-color css

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

 span { border-color: rgb(86,48,32); }

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