Html Css Color HEX #563C11 Baker's Chocolate

📋 copy color: '#563C11'

red 86 ◦ green 60 ◦ blue 17

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

Shades of Baker's Chocolate #563C11

Tints of Baker's Chocolate #563C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 52.76%
G = 36.81%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#563C11 (or 0x563C11) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 11. RGB value is (86,60,17). Sum of RGB (Red+Green+Blue) = 86+60+17=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C11 is #A9C3EE. Grayscale: #3F3F3F. Windows color (decimal): -11125743 or 1129558. OLE color: 1129558.

HSL color Cylindrical-coordinate representation of color #563C11: hue angle of 37.39º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #563C11 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 60 17 -
CMYK 0 0.30 0.80 0.66
HSL 37.39º 0.67% 0.2% -
HSV(B) 37.39º 0.8% 0.34% -
XYZ 5.55 5.25 1.25 -
YUV 62.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 86 60 17 0 0.30 0.80 0.66 37.39 0.67 0.2
Hex 56 3C 11 0 1E 50 42 25 43 14
Octal 126 74 21 0 36 120 102 45 103 24
Binary 1010110 111100 10001 0 11110 1010000 1000010 100101 1000011 10100

Color Harmonies of #563C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C11

Black with #563C11

Text Example


Text Example

White with #563C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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