Html Css Color HEX #563316 Baker's Chocolate

📋 copy color: '#563316'

red 86 ◦ green 51 ◦ blue 22

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

Shades of Baker's Chocolate #563316

Tints of Baker's Chocolate #563316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.08%

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 54.09%
G = 32.08%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#563316 (or 0x563316) is known color: Baker's Chocolate. HEX triplet: 56, 33 and 16. RGB value is (86,51,22). Sum of RGB (Red+Green+Blue) = 86+51+22=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #563316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563316 is #A9CCE9. Grayscale: #3A3A3A. Windows color (decimal): -11128042 or 1454934. OLE color: 1454934.

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

Color convert

RGB 86 51 22 -
CMYK 0 0.41 0.74 0.66
HSL 27.19º 0.59% 0.21% -
HSV(B) 27.19º 0.74% 0.34% -
XYZ 5.17 4.4 1.34 -
YUV 58.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 86 51 22 0 0.41 0.74 0.66 27.19 0.59 0.21
Hex 56 33 16 0 29 4A 42 1B 3B 15
Octal 126 63 26 0 51 112 102 33 73 25
Binary 1010110 110011 10110 0 101001 1001010 1000010 11011 111011 10101

Color Harmonies of #563316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563316

Black with #563316

Text Example


Text Example

White with #563316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563316; }

 p { color: rgb(86,51,22); }

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

background-color css

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

 a { background-color: rgb(86,51,22); }

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

border-color css

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

 span { border-color: rgb(86,51,22); }

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