Html Css Color HEX #56290C Baker's Chocolate

📋 copy color: '#56290C'

red 86 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #56290C

Tints of Baker's Chocolate #56290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.63%

R = 61.87%
G = 29.5%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#56290C (or 0x56290C) is known color: Baker's Chocolate. HEX triplet: 56, 29 and 0C. RGB value is (86,41,12). Sum of RGB (Red+Green+Blue) = 86+41+12=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #56290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56290C is #A9D6F3. Grayscale: #333333. Windows color (decimal): -11130612 or 797014. OLE color: 797014.

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

Color convert

RGB 86 41 12 -
CMYK 0 0.52 0.86 0.66
HSL 23.51º 0.76% 0.19% -
HSV(B) 23.51º 0.86% 0.34% -
XYZ 4.7 3.59 0.79 -
YUV 51.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 86 41 12 0 0.52 0.86 0.66 23.51 0.76 0.19
Hex 56 29 C 0 34 56 42 18 4C 13
Octal 126 51 14 0 64 126 102 30 114 23
Binary 1010110 101001 1100 0 110100 1010110 1000010 11000 1001100 10011

Color Harmonies of #56290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56290C

Black with #56290C

Text Example


Text Example

White with #56290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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