Html Css Color HEX #562915 Baker's Chocolate

📋 copy color: '#562915'

red 86 ◦ green 41 ◦ blue 21

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

Shades of Baker's Chocolate #562915

Tints of Baker's Chocolate #562915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

 BLUE value IS 21 (8.59% from 255) = 14.19%

R = 58.11%
G = 27.7%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#562915 (or 0x562915) is known color: Baker's Chocolate. HEX triplet: 56, 29 and 15. RGB value is (86,41,21). Sum of RGB (Red+Green+Blue) = 86+41+21=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #562915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562915 is #A9D6EA. Grayscale: #343434. Windows color (decimal): -11130603 or 1386838. OLE color: 1386838.

HSL color Cylindrical-coordinate representation of color #562915: hue angle of 18.46º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562915 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 41 21 -
CMYK 0 0.52 0.76 0.66
HSL 18.46º 0.61% 0.21% -
HSV(B) 18.46º 0.76% 0.34% -
XYZ 4.77 3.62 1.16 -
YUV 52.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 86 41 21 0 0.52 0.76 0.66 18.46 0.61 0.21
Hex 56 29 15 0 34 4C 42 12 3D 15
Octal 126 51 25 0 64 114 102 22 75 25
Binary 1010110 101001 10101 0 110100 1001100 1000010 10010 111101 10101

Color Harmonies of #562915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562915

Black with #562915

Text Example


Text Example

White with #562915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562915; }

 p { color: rgb(86,41,21); }

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

background-color css

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

 a { background-color: rgb(86,41,21); }

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

border-color css

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

 span { border-color: rgb(86,41,21); }

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