#56320C

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

Shades of Baker's Chocolate #56320C

Tints of Baker's Chocolate #56320C

Color information

#56320C (or 0x56320C) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 32 and 0C. RGB value is (86,50,12). Sum of RGB (Red+Green+Blue) = 86+50+12=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #56320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56320C is #A9CDF3. Grayscale: #383838. Windows color (decimal): -11128308 or 799318. OLE color: 799318.

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

Color convert

RGB865012-
CMYK00.420.860.66
HSL30.81º75.51%19.22%-
HSV(B)30.81º86.05%33.73%-
XYZ5.044.290.91-
YUV56.43102.93149.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=58.11%
G=33.78%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86501200.420.860.6630.8175.5119.22
Hex5632C02A56421f4c13
Octal12662140521261023711423
Binary1010110110010110001010101010110100001011111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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