Html Css Color HEX #56200A Baker's Chocolate

📋 copy color: '#56200A'

red 86 ◦ green 32 ◦ blue 10

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

Shades of Baker's Chocolate #56200A

Tints of Baker's Chocolate #56200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25%

 BLUE value IS 10 (4.3% from 255) = 7.81%

R = 67.19%
G = 25%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56200A (or 0x56200A) is known color: Baker's Chocolate. HEX triplet: 56, 20 and 0A. RGB value is (86,32,10). Sum of RGB (Red+Green+Blue) = 86+32+10=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #56200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56200A is #A9DFF5. Grayscale: #2D2D2D. Windows color (decimal): -11132918 or 663638. OLE color: 663638.

HSL color Cylindrical-coordinate representation of color #56200A: hue angle of 17.37º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56200A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 32 10 -
CMYK 0 0.63 0.88 0.66
HSL 17.37º 0.79% 0.19% -
HSV(B) 17.37º 0.88% 0.34% -
XYZ 4.41 3.03 0.64 -
YUV 45.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 86 32 10 0 0.63 0.88 0.66 17.37 0.79 0.19
Hex 56 20 A 0 3F 58 42 11 4F 13
Octal 126 40 12 0 77 130 102 21 117 23
Binary 1010110 100000 1010 0 111111 1011000 1000010 10001 1001111 10011

Color Harmonies of #56200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56200A

Black with #56200A

Text Example


Text Example

White with #56200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56200A; }

 p { color: rgb(86,32,10); }

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

background-color css

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

 a { background-color: rgb(86,32,10); }

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

border-color css

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

 span { border-color: rgb(86,32,10); }

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