Html Css Color HEX #561A01 Baker's Chocolate

📋 copy color: '#561A01'

red 86 ◦ green 26 ◦ blue 1

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

Shades of Baker's Chocolate #561A01

Tints of Baker's Chocolate #561A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.01%

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

R = 76.11%
G = 23.01%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#561A01 (or 0x561A01) is known color: Baker's Chocolate. HEX triplet: 56, 1A and 01. RGB value is (86,26,1). Sum of RGB (Red+Green+Blue) = 86+26+1=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #561A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A01 is #A9E5FE. Grayscale: #292929. Windows color (decimal): -11134463 or 72278. OLE color: 72278.

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

Color convert

RGB 86 26 1 -
CMYK 0 0.70 0.99 0.66
HSL 17.65º 0.98% 0.17% -
HSV(B) 17.65º 0.99% 0.34% -
XYZ 4.21 2.72 0.33 -
YUV 41.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 86 26 1 0 0.70 0.99 0.66 17.65 0.98 0.17
Hex 56 1A 1 0 46 63 42 12 62 11
Octal 126 32 1 0 106 143 102 22 142 21
Binary 1010110 11010 1 0 1000110 1100011 1000010 10010 1100010 10001

Color Harmonies of #561A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A01

Black with #561A01

Text Example


Text Example

White with #561A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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