Html Css Color HEX #563414 Baker's Chocolate

📋 copy color: '#563414'

red 86 ◦ green 52 ◦ blue 20

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

Shades of Baker's Chocolate #563414

Tints of Baker's Chocolate #563414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.91%

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 54.43%
G = 32.91%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#563414 (or 0x563414) is known color: Baker's Chocolate. HEX triplet: 56, 34 and 14. RGB value is (86,52,20). Sum of RGB (Red+Green+Blue) = 86+52+20=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #563414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563414 is #A9CBEB. Grayscale: #3A3A3A. Windows color (decimal): -11127788 or 1324118. OLE color: 1324118.

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

Color convert

RGB 86 52 20 -
CMYK 0 0.40 0.77 0.66
HSL 29.09º 0.62% 0.21% -
HSV(B) 29.09º 0.77% 0.34% -
XYZ 5.19 4.48 1.25 -
YUV 58.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 86 52 20 0 0.40 0.77 0.66 29.09 0.62 0.21
Hex 56 34 14 0 28 4D 42 1D 3E 15
Octal 126 64 24 0 50 115 102 35 76 25
Binary 1010110 110100 10100 0 101000 1001101 1000010 11101 111110 10101

Color Harmonies of #563414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563414

Black with #563414

Text Example


Text Example

White with #563414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563414; }

 p { color: rgb(86,52,20); }

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

background-color css

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

 a { background-color: rgb(86,52,20); }

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

border-color css

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

 span { border-color: rgb(86,52,20); }

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