Html Css Color HEX #563212 Baker's Chocolate

📋 copy color: '#563212'

red 86 ◦ green 50 ◦ blue 18

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

Shades of Baker's Chocolate #563212

Tints of Baker's Chocolate #563212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.47%

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 55.84%
G = 32.47%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#563212 (or 0x563212) is known color: Baker's Chocolate. HEX triplet: 56, 32 and 12. RGB value is (86,50,18). Sum of RGB (Red+Green+Blue) = 86+50+18=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #563212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563212 is #A9CDED. Grayscale: #393939. Windows color (decimal): -11128302 or 1192534. OLE color: 1192534.

HSL color Cylindrical-coordinate representation of color #563212: hue angle of 28.24º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #563212 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 50 18 -
CMYK 0 0.42 0.79 0.66
HSL 28.24º 0.65% 0.2% -
HSV(B) 28.24º 0.79% 0.34% -
XYZ 5.09 4.3 1.13 -
YUV 57.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 86 50 18 0 0.42 0.79 0.66 28.24 0.65 0.2
Hex 56 32 12 0 2A 4F 42 1C 41 14
Octal 126 62 22 0 52 117 102 34 101 24
Binary 1010110 110010 10010 0 101010 1001111 1000010 11100 1000001 10100

Color Harmonies of #563212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563212

Black with #563212

Text Example


Text Example

White with #563212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563212; }

 p { color: rgb(86,50,18); }

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

background-color css

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

 a { background-color: rgb(86,50,18); }

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

border-color css

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

 span { border-color: rgb(86,50,18); }

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