Html Css Color HEX #563213 Baker's Chocolate

📋 copy color: '#563213'

red 86 ◦ green 50 ◦ blue 19

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

Shades of Baker's Chocolate #563213

Tints of Baker's Chocolate #563213

RGB

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

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

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

R = 55.48%
G = 32.26%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#563213 (or 0x563213) is known color: Baker's Chocolate. HEX triplet: 56, 32 and 13. RGB value is (86,50,19). Sum of RGB (Red+Green+Blue) = 86+50+19=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #563213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563213 is #A9CDEC. Grayscale: #393939. Windows color (decimal): -11128301 or 1258070. OLE color: 1258070.

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

Color convert

RGB 86 50 19 -
CMYK 0 0.42 0.78 0.66
HSL 27.76º 0.64% 0.21% -
HSV(B) 27.76º 0.78% 0.34% -
XYZ 5.1 4.31 1.18 -
YUV 57.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 86 50 19 0 0.42 0.78 0.66 27.76 0.64 0.21
Hex 56 32 13 0 2A 4E 42 1C 40 15
Octal 126 62 23 0 52 116 102 34 100 25
Binary 1010110 110010 10011 0 101010 1001110 1000010 11100 1000000 10101

Color Harmonies of #563213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563213

Black with #563213

Text Example


Text Example

White with #563213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563213; }

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

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

background-color css

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

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

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

border-color css

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

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

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