#56300F

Color #56300F Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #56300F

Tints of Baker's Chocolate #56300F

Color information

#56300F (or 0x56300F) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 30 and 0F. RGB value is (86,48,15). Sum of RGB (Red+Green+Blue) = 86+48+15=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56300F is #A9CFF0. Grayscale: #373737. Windows color (decimal): -11128817 or 995414. OLE color: 995414.

HSL color Cylindrical-coordinate representation of color #56300F: hue angle of 27.89º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56300F is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB864815-
CMYK00.440.830.66
HSL27.89º70.3%19.8%-
HSV(B)27.89º82.56%33.73%-
XYZ4.984.130.99-
YUV55.6105.09149.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.72%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=57.72%
G=32.21%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86481500.440.830.6627.8970.319.8
Hex5630F02C53421c4614
Octal12660170541231023410624
Binary1010110110000111101011001010011100001011100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56300F; }

 p { color: rgb(86,48,15); }

 H1.HeaderClassName
 {
   color: #56300F;
 }
 .AnyTagClassName
 {
   color: #56300F;
 }
</style>
background-color css

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

 a { background-color: rgb(86,48,15); }

 div.DivClassName
 {
   background-color: #56300F;
 }
 .BgClassName
 {
   background-color: #56300F;
 }
</style>
border-color css

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

 span { border-color: rgb(86,48,15); }

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