Html Css Color HEX #563313 Baker's Chocolate

📋 copy color: '#563313'

red 86 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #563313

Tints of Baker's Chocolate #563313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 55.13%
G = 32.69%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#563313 (or 0x563313) is known color: Baker's Chocolate. HEX triplet: 56, 33 and 13. RGB value is (86,51,19). Sum of RGB (Red+Green+Blue) = 86+51+19=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #563313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563313 is #A9CCEC. Grayscale: #393939. Windows color (decimal): -11128045 or 1258326. OLE color: 1258326.

HSL color Cylindrical-coordinate representation of color #563313: hue angle of 28.66º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #563313 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 51 19 -
CMYK 0 0.41 0.78 0.66
HSL 28.66º 0.64% 0.21% -
HSV(B) 28.66º 0.78% 0.34% -
XYZ 5.14 4.39 1.19 -
YUV 57.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 86 51 19 0 0.41 0.78 0.66 28.66 0.64 0.21
Hex 56 33 13 0 29 4E 42 1D 40 15
Octal 126 63 23 0 51 116 102 35 100 25
Binary 1010110 110011 10011 0 101001 1001110 1000010 11101 1000000 10101

Color Harmonies of #563313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563313

Black with #563313

Text Example


Text Example

White with #563313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563313; }

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

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

background-color css

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

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

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

border-color css

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

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

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