Html Css Color HEX #563512 Baker's Chocolate

📋 copy color: '#563512'

red 86 ◦ green 53 ◦ blue 18

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

Shades of Baker's Chocolate #563512

Tints of Baker's Chocolate #563512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 54.78%
G = 33.76%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#563512 (or 0x563512) is known color: Baker's Chocolate. HEX triplet: 56, 35 and 12. RGB value is (86,53,18). Sum of RGB (Red+Green+Blue) = 86+53+18=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #563512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563512 is #A9CAED. Grayscale: #3B3B3B. Windows color (decimal): -11127534 or 1193302. OLE color: 1193302.

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

Color convert

RGB 86 53 18 -
CMYK 0 0.38 0.79 0.66
HSL 30.88º 0.65% 0.2% -
HSV(B) 30.88º 0.79% 0.34% -
XYZ 5.22 4.57 1.18 -
YUV 58.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 86 53 18 0 0.38 0.79 0.66 30.88 0.65 0.2
Hex 56 35 12 0 26 4F 42 1F 41 14
Octal 126 65 22 0 46 117 102 37 101 24
Binary 1010110 110101 10010 0 100110 1001111 1000010 11111 1000001 10100

Color Harmonies of #563512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563512

Black with #563512

Text Example


Text Example

White with #563512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563512; }

 p { color: rgb(86,53,18); }

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

background-color css

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

 a { background-color: rgb(86,53,18); }

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

border-color css

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

 span { border-color: rgb(86,53,18); }

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