Html Css Color HEX #563501 Baker's Chocolate

📋 copy color: '#563501'

red 86 ◦ green 53 ◦ blue 1

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

Shades of Baker's Chocolate #563501

Tints of Baker's Chocolate #563501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

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

R = 61.43%
G = 37.86%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#563501 (or 0x563501) is known color: Baker's Chocolate. HEX triplet: 56, 35 and 01. RGB value is (86,53,1). Sum of RGB (Red+Green+Blue) = 86+53+1=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #563501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563501 is #A9CAFE. Grayscale: #393939. Windows color (decimal): -11127551 or 79190. OLE color: 79190.

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

Color convert

RGB 86 53 1 -
CMYK 0 0.38 0.99 0.66
HSL 36.71º 0.98% 0.17% -
HSV(B) 36.71º 0.99% 0.34% -
XYZ 5.12 4.53 0.63 -
YUV 56.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 86 53 1 0 0.38 0.99 0.66 36.71 0.98 0.17
Hex 56 35 1 0 26 63 42 25 62 11
Octal 126 65 1 0 46 143 102 45 142 21
Binary 1010110 110101 1 0 100110 1100011 1000010 100101 1100010 10001

Color Harmonies of #563501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563501

Black with #563501

Text Example


Text Example

White with #563501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563501; }

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

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

background-color css

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

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

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

border-color css

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

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

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