Html Css Color HEX #562201 Baker's Chocolate

📋 copy color: '#562201'

red 86 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #562201

Tints of Baker's Chocolate #562201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.1%

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

R = 71.07%
G = 28.1%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#562201 (or 0x562201) is known color: Baker's Chocolate. HEX triplet: 56, 22 and 01. RGB value is (86,34,1). Sum of RGB (Red+Green+Blue) = 86+34+1=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #562201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562201 is #A9DDFE. Grayscale: #2D2D2D. Windows color (decimal): -11132415 or 74326. OLE color: 74326.

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

Color convert

RGB 86 34 1 -
CMYK 0 0.60 0.99 0.66
HSL 23.29º 0.98% 0.17% -
HSV(B) 23.29º 0.99% 0.34% -
XYZ 4.42 3.12 0.4 -
YUV 45.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 86 34 1 0 0.60 0.99 0.66 23.29 0.98 0.17
Hex 56 22 1 0 3C 63 42 17 62 11
Octal 126 42 1 0 74 143 102 27 142 21
Binary 1010110 100010 1 0 111100 1100011 1000010 10111 1100010 10001

Color Harmonies of #562201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562201

Black with #562201

Text Example


Text Example

White with #562201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562201; }

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

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

background-color css

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

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

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

border-color css

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

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

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