Html Css Color HEX #563801 Baker's Chocolate

📋 copy color: '#563801'

red 86 ◦ green 56 ◦ blue 1

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

Shades of Baker's Chocolate #563801

Tints of Baker's Chocolate #563801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.16%

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

R = 60.14%
G = 39.16%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#563801 (or 0x563801) is known color: Baker's Chocolate. HEX triplet: 56, 38 and 01. RGB value is (86,56,1). Sum of RGB (Red+Green+Blue) = 86+56+1=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #563801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563801 is #A9C7FE. Grayscale: #3A3A3A. Windows color (decimal): -11126783 or 79958. OLE color: 79958.

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

Color convert

RGB 86 56 1 -
CMYK 0 0.35 0.99 0.66
HSL 38.82º 0.98% 0.17% -
HSV(B) 38.82º 0.99% 0.34% -
XYZ 5.26 4.81 0.68 -
YUV 58.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 86 56 1 0 0.35 0.99 0.66 38.82 0.98 0.17
Hex 56 38 1 0 23 63 42 27 62 11
Octal 126 70 1 0 43 143 102 47 142 21
Binary 1010110 111000 1 0 100011 1100011 1000010 100111 1100010 10001

Color Harmonies of #563801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563801

Black with #563801

Text Example


Text Example

White with #563801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563801; }

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

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

background-color css

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

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

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

border-color css

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

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

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