Html Css Color HEX #563701 Baker's Chocolate

📋 copy color: '#563701'

red 86 ◦ green 55 ◦ blue 1

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

Shades of Baker's Chocolate #563701

Tints of Baker's Chocolate #563701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 60.56%
G = 38.73%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#563701 (or 0x563701) is known color: Baker's Chocolate. HEX triplet: 56, 37 and 01. RGB value is (86,55,1). Sum of RGB (Red+Green+Blue) = 86+55+1=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #563701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563701 is #A9C8FE. Grayscale: #3A3A3A. Windows color (decimal): -11127039 or 79702. OLE color: 79702.

HSL color Cylindrical-coordinate representation of color #563701: hue angle of 38.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #563701 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 55 1 -
CMYK 0 0.36 0.99 0.66
HSL 38.12º 0.98% 0.17% -
HSV(B) 38.12º 0.99% 0.34% -
XYZ 5.21 4.71 0.66 -
YUV 58.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 86 55 1 0 0.36 0.99 0.66 38.12 0.98 0.17
Hex 56 37 1 0 24 63 42 26 62 11
Octal 126 67 1 0 44 143 102 46 142 21
Binary 1010110 110111 1 0 100100 1100011 1000010 100110 1100010 10001

Color Harmonies of #563701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563701

Black with #563701

Text Example


Text Example

White with #563701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563701; }

 p { color: rgb(86,55,1); }

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

background-color css

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

 a { background-color: rgb(86,55,1); }

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

border-color css

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

 span { border-color: rgb(86,55,1); }

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