Html Css Color HEX #563A20 Carnaby Tan

📋 copy color: '#563A20'

red 86 ◦ green 58 ◦ blue 32

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

Shades of Carnaby Tan #563A20

Tints of Carnaby Tan #563A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

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

R = 48.86%
G = 32.95%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#563A20 (or 0x563A20) is known color: Carnaby Tan. HEX triplet: 56, 3A and 20. RGB value is (86,58,32). Sum of RGB (Red+Green+Blue) = 86+58+32=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #563A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A20 is #A9C5DF. Grayscale: #3F3F3F. Windows color (decimal): -11126240 or 2112086. OLE color: 2112086.

HSL color Cylindrical-coordinate representation of color #563A20: hue angle of 28.89º 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 #563A20 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 58 32 -
CMYK 0 0.33 0.63 0.66
HSL 28.89º 0.46% 0.23% -
HSV(B) 28.89º 0.63% 0.34% -
XYZ 5.61 5.11 2.06 -
YUV 63.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 86 58 32 0 0.33 0.63 0.66 28.89 0.46 0.23
Hex 56 3A 20 0 21 3F 42 1D 2E 17
Octal 126 72 40 0 41 77 102 35 56 27
Binary 1010110 111010 100000 0 100001 111111 1000010 11101 101110 10111

Color Harmonies of #563A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A20

Black with #563A20

Text Example


Text Example

White with #563A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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