#552611

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

Shades of Baker's Chocolate #552611

Tints of Baker's Chocolate #552611

Color information

#552611 (or 0x552611) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 26 and 11. RGB value is (85,38,17). Sum of RGB (Red+Green+Blue) = 85+38+17=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552611 is #AAD9EE. Grayscale: #313131. Windows color (decimal): -11196911 or 1123925. OLE color: 1123925.

HSL color Cylindrical-coordinate representation of color #552611: hue angle of 18.53º 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 #552611 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB853817-
CMYK00.550.800.67
HSL18.53º66.67%20%-
HSV(B)18.53º80%33.33%-
XYZ4.543.360.94-
YUV49.66109.57153.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=60.71%
G=27.14%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85381700.550.800.6718.5366.6720
Hex5526110375043134314
Octal12546210671201032310324
Binary10101011001101000101101111010000100001110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552611; }

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

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

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

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

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

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

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

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