#56330C

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

Shades of Baker's Chocolate #56330C

Tints of Baker's Chocolate #56330C

Color information

#56330C (or 0x56330C) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 33 and 0C. RGB value is (86,51,12). Sum of RGB (Red+Green+Blue) = 86+51+12=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56330C is #A9CCF3. Grayscale: #393939. Windows color (decimal): -11128052 or 799574. OLE color: 799574.

HSL color Cylindrical-coordinate representation of color #56330C: hue angle of 31.62º 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 #56330C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB865112-
CMYK00.410.860.66
HSL31.62º75.51%19.22%-
HSV(B)31.62º86.05%33.73%-
XYZ5.094.370.92-
YUV57.02102.6148.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.72%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=57.72%
G=34.23%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86511200.410.860.6631.6275.5119.22
Hex5633C0295642204c13
Octal12663140511261024011423
Binary10101101100111100010100110101101000010100000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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