Html Css Color HEX #563A01 Baker's Chocolate

📋 copy color: '#563A01'

red 86 ◦ green 58 ◦ blue 1

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

Shades of Baker's Chocolate #563A01

Tints of Baker's Chocolate #563A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40%

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

R = 59.31%
G = 40%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#563A01 (or 0x563A01) is known color: Baker's Chocolate. HEX triplet: 56, 3A and 01. RGB value is (86,58,1). Sum of RGB (Red+Green+Blue) = 86+58+1=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #563A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A01 is #A9C5FE. Grayscale: #3C3C3C. Windows color (decimal): -11126271 or 80470. OLE color: 80470.

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

Color convert

RGB 86 58 1 -
CMYK 0 0.33 0.99 0.66
HSL 40.24º 0.98% 0.17% -
HSV(B) 40.24º 0.99% 0.34% -
XYZ 5.36 5.01 0.71 -
YUV 59.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 86 58 1 0 0.33 0.99 0.66 40.24 0.98 0.17
Hex 56 3A 1 0 21 63 42 28 62 11
Octal 126 72 1 0 41 143 102 50 142 21
Binary 1010110 111010 1 0 100001 1100011 1000010 101000 1100010 10001

Color Harmonies of #563A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A01

Black with #563A01

Text Example


Text Example

White with #563A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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