Html Css Color HEX #563113 Baker's Chocolate

📋 copy color: '#563113'

red 86 ◦ green 49 ◦ blue 19

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

Shades of Baker's Chocolate #563113

Tints of Baker's Chocolate #563113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.82%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 55.84%
G = 31.82%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#563113 (or 0x563113) is known color: Baker's Chocolate. HEX triplet: 56, 31 and 13. RGB value is (86,49,19). Sum of RGB (Red+Green+Blue) = 86+49+19=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #563113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563113 is #A9CEEC. Grayscale: #383838. Windows color (decimal): -11128557 or 1257814. OLE color: 1257814.

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

Color convert

RGB 86 49 19 -
CMYK 0 0.43 0.78 0.66
HSL 26.87º 0.64% 0.21% -
HSV(B) 26.87º 0.78% 0.34% -
XYZ 5.05 4.22 1.16 -
YUV 56.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 86 49 19 0 0.43 0.78 0.66 26.87 0.64 0.21
Hex 56 31 13 0 2B 4E 42 1B 40 15
Octal 126 61 23 0 53 116 102 33 100 25
Binary 1010110 110001 10011 0 101011 1001110 1000010 11011 1000000 10101

Color Harmonies of #563113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563113

Black with #563113

Text Example


Text Example

White with #563113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563113; }

 p { color: rgb(86,49,19); }

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

background-color css

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

 a { background-color: rgb(86,49,19); }

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

border-color css

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

 span { border-color: rgb(86,49,19); }

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