#553811

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

Shades of Baker's Chocolate #553811

Tints of Baker's Chocolate #553811

Color information

#553811 (or 0x553811) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 38 and 11. RGB value is (85,56,17). Sum of RGB (Red+Green+Blue) = 85+56+17=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #553811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553811 is #AAC7EE. Grayscale: #3C3C3C. Windows color (decimal): -11192303 or 1128533. OLE color: 1128533.

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

Color convert

RGB855617-
CMYK00.340.800.67
HSL34.41º66.67%20%-
HSV(B)34.41º80%33.33%-
XYZ5.264.81.18-
YUV60.22103.61145.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 17 (7.03% from 255) = 10.76%
R=53.80%
G=35.44%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85561700.340.800.6734.4166.6720
Hex5538110225043224314
Octal12570210421201034210324
Binary101010111100010001010001010100001000011100010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553811; }

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

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

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

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

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

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

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

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