Html Css Color HEX #563312 Baker's Chocolate

📋 copy color: '#563312'

red 86 ◦ green 51 ◦ blue 18

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

Shades of Baker's Chocolate #563312

Tints of Baker's Chocolate #563312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

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

R = 55.48%
G = 32.9%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#563312 (or 0x563312) is known color: Baker's Chocolate. HEX triplet: 56, 33 and 12. RGB value is (86,51,18). Sum of RGB (Red+Green+Blue) = 86+51+18=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #563312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563312 is #A9CCED. Grayscale: #393939. Windows color (decimal): -11128046 or 1192790. OLE color: 1192790.

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

Color convert

RGB 86 51 18 -
CMYK 0 0.41 0.79 0.66
HSL 29.12º 0.65% 0.2% -
HSV(B) 29.12º 0.79% 0.34% -
XYZ 5.13 4.39 1.15 -
YUV 57.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 86 51 18 0 0.41 0.79 0.66 29.12 0.65 0.2
Hex 56 33 12 0 29 4F 42 1D 41 14
Octal 126 63 22 0 51 117 102 35 101 24
Binary 1010110 110011 10010 0 101001 1001111 1000010 11101 1000001 10100

Color Harmonies of #563312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563312

Black with #563312

Text Example


Text Example

White with #563312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563312; }

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

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

background-color css

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

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

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

border-color css

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

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

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