Html Css Color HEX #562711 Baker's Chocolate

📋 copy color: '#562711'

red 86 ◦ green 39 ◦ blue 17

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

Shades of Baker's Chocolate #562711

Tints of Baker's Chocolate #562711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.46%

 BLUE value IS 17 (7.03% from 255) = 11.97%

R = 60.56%
G = 27.46%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#562711 (or 0x562711) is known color: Baker's Chocolate. HEX triplet: 56, 27 and 11. RGB value is (86,39,17). Sum of RGB (Red+Green+Blue) = 86+39+17=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #562711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562711 is #A9D8EE. Grayscale: #323232. Windows color (decimal): -11131119 or 1124182. OLE color: 1124182.

HSL color Cylindrical-coordinate representation of color #562711: hue angle of 19.13º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562711 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 39 17 -
CMYK 0 0.55 0.80 0.66
HSL 19.13º 0.67% 0.2% -
HSV(B) 19.13º 0.8% 0.34% -
XYZ 4.66 3.47 0.95 -
YUV 50.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 86 39 17 0 0.55 0.80 0.66 19.13 0.67 0.2
Hex 56 27 11 0 37 50 42 13 43 14
Octal 126 47 21 0 67 120 102 23 103 24
Binary 1010110 100111 10001 0 110111 1010000 1000010 10011 1000011 10100

Color Harmonies of #562711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562711

Black with #562711

Text Example


Text Example

White with #562711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562711; }

 p { color: rgb(86,39,17); }

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

background-color css

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

 a { background-color: rgb(86,39,17); }

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

border-color css

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

 span { border-color: rgb(86,39,17); }

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