#553111

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

Shades of Baker's Chocolate #553111

Tints of Baker's Chocolate #553111

Color information

#553111 (or 0x553111) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 31 and 11. RGB value is (85,49,17). Sum of RGB (Red+Green+Blue) = 85+49+17=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #553111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553111 is #AACEEE. Grayscale: #383838. Windows color (decimal): -11194095 or 1126741. OLE color: 1126741.

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

Color convert

RGB854917-
CMYK00.420.800.67
HSL28.24º66.67%20%-
HSV(B)28.24º80%33.33%-
XYZ4.954.171.07-
YUV56.12105.93148.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=56.29%
G=32.45%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85491700.420.800.6728.2466.6720
Hex55311102A50431c4314
Octal12561210521201033410324
Binary10101011100011000101010101010000100001111100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553111; }

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

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

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

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

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

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

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

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