Html Css Color HEX #562001 Baker's Chocolate

📋 copy color: '#562001'

red 86 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #562001

Tints of Baker's Chocolate #562001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.89%

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

R = 72.27%
G = 26.89%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#562001 (or 0x562001) is known color: Baker's Chocolate. HEX triplet: 56, 20 and 01. RGB value is (86,32,1). Sum of RGB (Red+Green+Blue) = 86+32+1=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #562001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562001 is #A9DFFE. Grayscale: #2C2C2C. Windows color (decimal): -11132927 or 73814. OLE color: 73814.

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

Color convert

RGB 86 32 1 -
CMYK 0 0.63 0.99 0.66
HSL 21.88º 0.98% 0.17% -
HSV(B) 21.88º 0.99% 0.34% -
XYZ 4.36 3.01 0.38 -
YUV 44.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 86 32 1 0 0.63 0.99 0.66 21.88 0.98 0.17
Hex 56 20 1 0 3F 63 42 16 62 11
Octal 126 40 1 0 77 143 102 26 142 21
Binary 1010110 100000 1 0 111111 1100011 1000010 10110 1100010 10001

Color Harmonies of #562001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562001

Black with #562001

Text Example


Text Example

White with #562001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562001; }

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

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

background-color css

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

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

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

border-color css

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

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

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