Html Css Color HEX #563C16 Baker's Chocolate

📋 copy color: '#563C16'

red 86 ◦ green 60 ◦ blue 22

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

Shades of Baker's Chocolate #563C16

Tints of Baker's Chocolate #563C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.71%

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

R = 51.19%
G = 35.71%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#563C16 (or 0x563C16) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 16. RGB value is (86,60,22). Sum of RGB (Red+Green+Blue) = 86+60+22=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #563C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C16 is #A9C3E9. Grayscale: #3F3F3F. Windows color (decimal): -11125738 or 1457238. OLE color: 1457238.

HSL color Cylindrical-coordinate representation of color #563C16: hue angle of 35.62º 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 #563C16 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 60 22 -
CMYK 0 0.30 0.74 0.66
HSL 35.63º 0.59% 0.21% -
HSV(B) 35.63º 0.74% 0.34% -
XYZ 5.6 5.27 1.48 -
YUV 63.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 86 60 22 0 0.30 0.74 0.66 35.63 0.59 0.21
Hex 56 3C 16 0 1E 4A 42 24 3B 15
Octal 126 74 26 0 36 112 102 44 73 25
Binary 1010110 111100 10110 0 11110 1001010 1000010 100100 111011 10101

Color Harmonies of #563C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C16

Black with #563C16

Text Example


Text Example

White with #563C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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