Html Css Color HEX #563815 Baker's Chocolate

📋 copy color: '#563815'

red 86 ◦ green 56 ◦ blue 21

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

Shades of Baker's Chocolate #563815

Tints of Baker's Chocolate #563815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

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

R = 52.76%
G = 34.36%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#563815 (or 0x563815) is known color: Baker's Chocolate. HEX triplet: 56, 38 and 15. RGB value is (86,56,21). Sum of RGB (Red+Green+Blue) = 86+56+21=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563815 is #A9C7EA. Grayscale: #3D3D3D. Windows color (decimal): -11126763 or 1390678. OLE color: 1390678.

HSL color Cylindrical-coordinate representation of color #563815: hue angle of 32.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #563815 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 56 21 -
CMYK 0 0.35 0.76 0.66
HSL 32.31º 0.61% 0.21% -
HSV(B) 32.31º 0.76% 0.34% -
XYZ 5.39 4.86 1.36 -
YUV 60.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 86 56 21 0 0.35 0.76 0.66 32.31 0.61 0.21
Hex 56 38 15 0 23 4C 42 20 3D 15
Octal 126 70 25 0 43 114 102 40 75 25
Binary 1010110 111000 10101 0 100011 1001100 1000010 100000 111101 10101

Color Harmonies of #563815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563815

Black with #563815

Text Example


Text Example

White with #563815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563815; }

 p { color: rgb(86,56,21); }

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

background-color css

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

 a { background-color: rgb(86,56,21); }

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

border-color css

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

 span { border-color: rgb(86,56,21); }

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