Html Css Color HEX #563215 Baker's Chocolate

📋 copy color: '#563215'

red 86 ◦ green 50 ◦ blue 21

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

Shades of Baker's Chocolate #563215

Tints of Baker's Chocolate #563215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

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

R = 54.78%
G = 31.85%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#563215 (or 0x563215) is known color: Baker's Chocolate. HEX triplet: 56, 32 and 15. RGB value is (86,50,21). Sum of RGB (Red+Green+Blue) = 86+50+21=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #563215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563215 is #A9CDEA. Grayscale: #393939. Windows color (decimal): -11128299 or 1389142. OLE color: 1389142.

HSL color Cylindrical-coordinate representation of color #563215: hue angle of 26.77º 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 #563215 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 50 21 -
CMYK 0 0.42 0.76 0.66
HSL 26.77º 0.61% 0.21% -
HSV(B) 26.77º 0.76% 0.34% -
XYZ 5.11 4.31 1.27 -
YUV 57.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 86 50 21 0 0.42 0.76 0.66 26.77 0.61 0.21
Hex 56 32 15 0 2A 4C 42 1B 3D 15
Octal 126 62 25 0 52 114 102 33 75 25
Binary 1010110 110010 10101 0 101010 1001100 1000010 11011 111101 10101

Color Harmonies of #563215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563215

Black with #563215

Text Example


Text Example

White with #563215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563215; }

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

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

background-color css

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

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

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

border-color css

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

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

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