Html Css Color HEX #561F01 Baker's Chocolate

📋 copy color: '#561F01'

red 86 ◦ green 31 ◦ blue 1

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

Shades of Baker's Chocolate #561F01

Tints of Baker's Chocolate #561F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.27%

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

R = 72.88%
G = 26.27%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#561F01 (or 0x561F01) is known color: Baker's Chocolate. HEX triplet: 56, 1F and 01. RGB value is (86,31,1). Sum of RGB (Red+Green+Blue) = 86+31+1=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #561F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561F01 is #A9E0FE. Grayscale: #2C2C2C. Windows color (decimal): -11133183 or 73558. OLE color: 73558.

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

Color convert

RGB 86 31 1 -
CMYK 0 0.64 0.99 0.66
HSL 21.18º 0.98% 0.17% -
HSV(B) 21.18º 0.99% 0.34% -
XYZ 4.33 2.96 0.37 -
YUV 44.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 86 31 1 0 0.64 0.99 0.66 21.18 0.98 0.17
Hex 56 1F 1 0 40 63 42 15 62 11
Octal 126 37 1 0 100 143 102 25 142 21
Binary 1010110 11111 1 0 1000000 1100011 1000010 10101 1100010 10001

Color Harmonies of #561F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561F01

Black with #561F01

Text Example


Text Example

White with #561F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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