Html Css Color HEX #563A13 Baker's Chocolate

📋 copy color: '#563A13'

red 86 ◦ green 58 ◦ blue 19

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

Shades of Baker's Chocolate #563A13

Tints of Baker's Chocolate #563A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.58%

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

R = 52.76%
G = 35.58%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#563A13 (or 0x563A13) is known color: Baker's Chocolate. HEX triplet: 56, 3A and 13. RGB value is (86,58,19). Sum of RGB (Red+Green+Blue) = 86+58+19=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A13 is #A9C5EC. Grayscale: #3E3E3E. Windows color (decimal): -11126253 or 1260118. OLE color: 1260118.

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

Color convert

RGB 86 58 19 -
CMYK 0 0.33 0.78 0.66
HSL 34.93º 0.64% 0.21% -
HSV(B) 34.93º 0.78% 0.34% -
XYZ 5.47 5.05 1.3 -
YUV 61.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 86 58 19 0 0.33 0.78 0.66 34.93 0.64 0.21
Hex 56 3A 13 0 21 4E 42 23 40 15
Octal 126 72 23 0 41 116 102 43 100 25
Binary 1010110 111010 10011 0 100001 1001110 1000010 100011 1000000 10101

Color Harmonies of #563A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A13

Black with #563A13

Text Example


Text Example

White with #563A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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