Html Css Color HEX #56290D Baker's Chocolate

📋 copy color: '#56290D'

red 86 ◦ green 41 ◦ blue 13

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

Shades of Baker's Chocolate #56290D

Tints of Baker's Chocolate #56290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 61.43%
G = 29.29%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56290D (or 0x56290D) is known color: Baker's Chocolate. HEX triplet: 56, 29 and 0D. RGB value is (86,41,13). Sum of RGB (Red+Green+Blue) = 86+41+13=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #56290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56290D is #A9D6F2. Grayscale: #333333. Windows color (decimal): -11130611 or 862550. OLE color: 862550.

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

Color convert

RGB 86 41 13 -
CMYK 0 0.52 0.85 0.66
HSL 23.01º 0.74% 0.19% -
HSV(B) 23.01º 0.85% 0.34% -
XYZ 4.7 3.59 0.83 -
YUV 51.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 86 41 13 0 0.52 0.85 0.66 23.01 0.74 0.19
Hex 56 29 D 0 34 55 42 17 4A 13
Octal 126 51 15 0 64 125 102 27 112 23
Binary 1010110 101001 1101 0 110100 1010101 1000010 10111 1001010 10011

Color Harmonies of #56290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56290D

Black with #56290D

Text Example


Text Example

White with #56290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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