Html Css Color HEX #563310 Baker's Chocolate

📋 copy color: '#563310'

red 86 ◦ green 51 ◦ blue 16

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

Shades of Baker's Chocolate #563310

Tints of Baker's Chocolate #563310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 56.21%
G = 33.33%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#563310 (or 0x563310) is known color: Baker's Chocolate. HEX triplet: 56, 33 and 10. RGB value is (86,51,16). Sum of RGB (Red+Green+Blue) = 86+51+16=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #563310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563310 is #A9CCEF. Grayscale: #393939. Windows color (decimal): -11128048 or 1061718. OLE color: 1061718.

HSL color Cylindrical-coordinate representation of color #563310: hue angle of 30º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #563310 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 51 16 -
CMYK 0 0.41 0.81 0.66
HSL 30º 0.69% 0.2% -
HSV(B) 30º 0.81% 0.34% -
XYZ 5.12 4.38 1.07 -
YUV 57.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 86 51 16 0 0.41 0.81 0.66 30 0.69 0.2
Hex 56 33 10 0 29 51 42 1E 45 14
Octal 126 63 20 0 51 121 102 36 105 24
Binary 1010110 110011 10000 0 101001 1010001 1000010 11110 1000101 10100

Color Harmonies of #563310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563310

Black with #563310

Text Example


Text Example

White with #563310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563310; }

 p { color: rgb(86,51,16); }

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

background-color css

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

 a { background-color: rgb(86,51,16); }

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

border-color css

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

 span { border-color: rgb(86,51,16); }

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