Html Css Color HEX #563613 Baker's Chocolate

📋 copy color: '#563613'

red 86 ◦ green 54 ◦ blue 19

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

Shades of Baker's Chocolate #563613

Tints of Baker's Chocolate #563613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.96%

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

R = 54.09%
G = 33.96%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#563613 (or 0x563613) is known color: Baker's Chocolate. HEX triplet: 56, 36 and 13. RGB value is (86,54,19). Sum of RGB (Red+Green+Blue) = 86+54+19=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #563613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563613 is #A9C9EC. Grayscale: #3B3B3B. Windows color (decimal): -11127277 or 1259094. OLE color: 1259094.

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

Color convert

RGB 86 54 19 -
CMYK 0 0.37 0.78 0.66
HSL 31.34º 0.64% 0.21% -
HSV(B) 31.34º 0.78% 0.34% -
XYZ 5.27 4.66 1.24 -
YUV 59.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 86 54 19 0 0.37 0.78 0.66 31.34 0.64 0.21
Hex 56 36 13 0 25 4E 42 1F 40 15
Octal 126 66 23 0 45 116 102 37 100 25
Binary 1010110 110110 10011 0 100101 1001110 1000010 11111 1000000 10101

Color Harmonies of #563613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563613

Black with #563613

Text Example


Text Example

White with #563613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563613; }

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

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

background-color css

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

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

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

border-color css

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

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

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