#553810

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

Shades of Baker's Chocolate #553810

Tints of Baker's Chocolate #553810

Color information

#553810 (or 0x553810) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 38 and 10. RGB value is (85,56,16). Sum of RGB (Red+Green+Blue) = 85+56+16=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553810 is #AAC7EF. Grayscale: #3C3C3C. Windows color (decimal): -11192304 or 1062997. OLE color: 1062997.

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

Color convert

RGB855616-
CMYK00.340.810.67
HSL34.78º68.32%19.8%-
HSV(B)34.78º81.18%33.33%-
XYZ5.254.81.14-
YUV60.11103.11145.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=54.14%
G=35.67%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85561600.340.810.6734.7868.3219.8
Hex5538100225143234414
Octal12570200421211034310424
Binary101010111100010000010001010100011000011100011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553810; }

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

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

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

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

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

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

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

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