Html Css Color HEX #561C01 Baker's Chocolate

📋 copy color: '#561C01'

red 86 ◦ green 28 ◦ blue 1

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

Shades of Baker's Chocolate #561C01

Tints of Baker's Chocolate #561C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.35%

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

R = 74.78%
G = 24.35%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#561C01 (or 0x561C01) is known color: Baker's Chocolate. HEX triplet: 56, 1C and 01. RGB value is (86,28,1). Sum of RGB (Red+Green+Blue) = 86+28+1=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #561C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C01 is #A9E3FE. Grayscale: #2A2A2A. Windows color (decimal): -11133951 or 72790. OLE color: 72790.

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

Color convert

RGB 86 28 1 -
CMYK 0 0.67 0.99 0.66
HSL 19.06º 0.98% 0.17% -
HSV(B) 19.06º 0.99% 0.34% -
XYZ 4.26 2.81 0.35 -
YUV 42.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 86 28 1 0 0.67 0.99 0.66 19.06 0.98 0.17
Hex 56 1C 1 0 43 63 42 13 62 11
Octal 126 34 1 0 103 143 102 23 142 21
Binary 1010110 11100 1 0 1000011 1100011 1000010 10011 1100010 10001

Color Harmonies of #561C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C01

Black with #561C01

Text Example


Text Example

White with #561C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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