Html Css Color HEX #561E01 Baker's Chocolate

📋 copy color: '#561E01'

red 86 ◦ green 30 ◦ blue 1

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

Shades of Baker's Chocolate #561E01

Tints of Baker's Chocolate #561E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.64%

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

R = 73.5%
G = 25.64%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#561E01 (or 0x561E01) is known color: Baker's Chocolate. HEX triplet: 56, 1E and 01. RGB value is (86,30,1). Sum of RGB (Red+Green+Blue) = 86+30+1=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #561E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E01 is #A9E1FE. Grayscale: #2B2B2B. Windows color (decimal): -11133439 or 73302. OLE color: 73302.

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

Color convert

RGB 86 30 1 -
CMYK 0 0.65 0.99 0.66
HSL 20.47º 0.98% 0.17% -
HSV(B) 20.47º 0.99% 0.34% -
XYZ 4.31 2.91 0.36 -
YUV 43.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 86 30 1 0 0.65 0.99 0.66 20.47 0.98 0.17
Hex 56 1E 1 0 41 63 42 14 62 11
Octal 126 36 1 0 101 143 102 24 142 21
Binary 1010110 11110 1 0 1000001 1100011 1000010 10100 1100010 10001

Color Harmonies of #561E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561E01

Black with #561E01

Text Example


Text Example

White with #561E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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