#553511

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

Shades of Baker's Chocolate #553511

Tints of Baker's Chocolate #553511

Color information

#553511 (or 0x553511) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 35 and 11. RGB value is (85,53,17). Sum of RGB (Red+Green+Blue) = 85+53+17=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553511 is #AACAEE. Grayscale: #3A3A3A. Windows color (decimal): -11193071 or 1127765. OLE color: 1127765.

HSL color Cylindrical-coordinate representation of color #553511: hue angle of 31.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #553511 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB855317-
CMYK00.380.800.67
HSL31.76º66.67%20%-
HSV(B)31.76º80%33.33%-
XYZ5.124.521.13-
YUV58.46104.6146.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=54.84%
G=34.19%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85531700.380.800.6731.7666.6720
Hex5535110265043204314
Octal12565210461201034010324
Binary101010111010110001010011010100001000011100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553511; }

 p { color: rgb(85,53,17); }

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

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

 a { background-color: rgb(85,53,17); }

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

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

 span { border-color: rgb(85,53,17); }

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