Html Css Color HEX #563B2D Cioccolato

📋 copy color: '#563B2D'

red 86 ◦ green 59 ◦ blue 45

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

Shades of Cioccolato #563B2D

Tints of Cioccolato #563B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.05%

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 45.26%
G = 31.05%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#563B2D (or 0x563B2D) is known color: Cioccolato. HEX triplet: 56, 3B and 2D. RGB value is (86,59,45). Sum of RGB (Red+Green+Blue) = 86+59+45=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #563B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B2D is #A9C4D2. Grayscale: #414141. Windows color (decimal): -11125971 or 2964310. OLE color: 2964310.

HSL color Cylindrical-coordinate representation of color #563B2D: hue angle of 20.49º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #563B2D is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 59 45 -
CMYK 0 0.31 0.48 0.66
HSL 20.49º 0.31% 0.26% -
HSV(B) 20.49º 0.48% 0.34% -
XYZ 5.88 5.3 3.2 -
YUV 65.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 86 59 45 0 0.31 0.48 0.66 20.49 0.31 0.26
Hex 56 3B 2D 0 1F 30 42 14 1F 1A
Octal 126 73 55 0 37 60 102 24 37 32
Binary 1010110 111011 101101 0 11111 110000 1000010 10100 11111 11010

Color Harmonies of #563B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563B2D

Black with #563B2D

Text Example


Text Example

White with #563B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,59,45); }

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

background-color css

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

 a { background-color: rgb(86,59,45); }

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

border-color css

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

 span { border-color: rgb(86,59,45); }

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