Html Css Color HEX #563D14 Baker's Chocolate

📋 copy color: '#563D14'

red 86 ◦ green 61 ◦ blue 20

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

Shades of Baker's Chocolate #563D14

Tints of Baker's Chocolate #563D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.53%

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

R = 51.5%
G = 36.53%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#563D14 (or 0x563D14) is known color: Baker's Chocolate. HEX triplet: 56, 3D and 14. RGB value is (86,61,20). Sum of RGB (Red+Green+Blue) = 86+61+20=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #563D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563D14 is #A9C2EB. Grayscale: #3F3F3F. Windows color (decimal): -11125484 or 1326422. OLE color: 1326422.

HSL color Cylindrical-coordinate representation of color #563D14: hue angle of 37.27º 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 #563D14 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 61 20 -
CMYK 0 0.29 0.77 0.66
HSL 37.27º 0.62% 0.21% -
HSV(B) 37.27º 0.77% 0.34% -
XYZ 5.63 5.37 1.4 -
YUV 63.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 86 61 20 0 0.29 0.77 0.66 37.27 0.62 0.21
Hex 56 3D 14 0 1D 4D 42 25 3E 15
Octal 126 75 24 0 35 115 102 45 76 25
Binary 1010110 111101 10100 0 11101 1001101 1000010 100101 111110 10101

Color Harmonies of #563D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D14

Black with #563D14

Text Example


Text Example

White with #563D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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