Html Css Color HEX #563A2C Cioccolato

📋 copy color: '#563A2C'

red 86 ◦ green 58 ◦ blue 44

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

Shades of Cioccolato #563A2C

Tints of Cioccolato #563A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 45.74%
G = 30.85%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#563A2C (or 0x563A2C) is known color: Cioccolato. HEX triplet: 56, 3A and 2C. RGB value is (86,58,44). Sum of RGB (Red+Green+Blue) = 86+58+44=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #563A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A2C is #A9C5D3. Grayscale: #404040. Windows color (decimal): -11126228 or 2898518. OLE color: 2898518.

HSL color Cylindrical-coordinate representation of color #563A2C: hue angle of 20º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563A2C is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 58 44 -
CMYK 0 0.33 0.49 0.66
HSL 20º 0.32% 0.25% -
HSV(B) 20º 0.49% 0.34% -
XYZ 5.81 5.19 3.08 -
YUV 64.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 86 58 44 0 0.33 0.49 0.66 20 0.32 0.25
Hex 56 3A 2C 0 21 31 42 14 20 19
Octal 126 72 54 0 41 61 102 24 40 31
Binary 1010110 111010 101100 0 100001 110001 1000010 10100 100000 11001

Color Harmonies of #563A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A2C

Black with #563A2C

Text Example


Text Example

White with #563A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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