#553910

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

Shades of Baker's Chocolate #553910

Tints of Baker's Chocolate #553910

Color information

#553910 (or 0x553910) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 39 and 10. RGB value is (85,57,16). Sum of RGB (Red+Green+Blue) = 85+57+16=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #553910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553910 is #AAC6EF. Grayscale: #3C3C3C. Windows color (decimal): -11192048 or 1063253. OLE color: 1063253.

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

Color convert

RGB855716-
CMYK00.330.810.67
HSL35.65º68.32%19.8%-
HSV(B)35.65º81.18%33.33%-
XYZ5.34.891.16-
YUV60.7102.78145.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=53.80%
G=36.08%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85571600.330.810.6735.6568.3219.8
Hex5539100215143244414
Octal12571200411211034410424
Binary101010111100110000010000110100011000011100100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553910; }

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

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

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

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

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

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

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

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