#553011

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

Shades of Baker's Chocolate #553011

Tints of Baker's Chocolate #553011

Color information

#553011 (or 0x553011) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 30 and 11. RGB value is (85,48,17). Sum of RGB (Red+Green+Blue) = 85+48+17=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #553011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553011 is #AACFEE. Grayscale: #373737. Windows color (decimal): -11194351 or 1126485. OLE color: 1126485.

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

Color convert

RGB854817-
CMYK00.440.800.67
HSL27.35º66.67%20%-
HSV(B)27.35º80%33.33%-
XYZ4.94.091.06-
YUV55.53106.26149.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=56.67%
G=32%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85481700.440.800.6727.3566.6720
Hex55301102C50431b4314
Octal12560210541201033310324
Binary10101011100001000101011001010000100001111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553011; }

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

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

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

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

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

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

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

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