Html Css Color HEX #562813 Baker's Chocolate

📋 copy color: '#562813'

red 86 ◦ green 40 ◦ blue 19

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

Shades of Baker's Chocolate #562813

Tints of Baker's Chocolate #562813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

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

R = 59.31%
G = 27.59%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#562813 (or 0x562813) is known color: Baker's Chocolate. HEX triplet: 56, 28 and 13. RGB value is (86,40,19). Sum of RGB (Red+Green+Blue) = 86+40+19=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562813 is #A9D7EC. Grayscale: #333333. Windows color (decimal): -11130861 or 1255510. OLE color: 1255510.

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

Color convert

RGB 86 40 19 -
CMYK 0 0.53 0.78 0.66
HSL 18.81º 0.64% 0.21% -
HSV(B) 18.81º 0.78% 0.34% -
XYZ 4.71 3.54 1.05 -
YUV 51.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 86 40 19 0 0.53 0.78 0.66 18.81 0.64 0.21
Hex 56 28 13 0 35 4E 42 13 40 15
Octal 126 50 23 0 65 116 102 23 100 25
Binary 1010110 101000 10011 0 110101 1001110 1000010 10011 1000000 10101

Color Harmonies of #562813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562813

Black with #562813

Text Example


Text Example

White with #562813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562813; }

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

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

background-color css

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

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

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

border-color css

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

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

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