#553106

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

Shades of Baker's Chocolate #553106

Tints of Baker's Chocolate #553106

Color information

#553106 (or 0x553106) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 31 and 06. RGB value is (85,49,6). Sum of RGB (Red+Green+Blue) = 85+49+6=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #553106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553106 is #AACEF9. Grayscale: #373737. Windows color (decimal): -11194106 or 405845. OLE color: 405845.

HSL color Cylindrical-coordinate representation of color #553106: hue angle of 32.66º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #553106 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB85496-
CMYK00.420.930.67
HSL32.66º86.81%17.84%-
HSV(B)32.66º92.94%33.33%-
XYZ4.884.140.71-
YUV54.86100.43149.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=60.71%
G=35%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8549600.420.930.6732.6686.8117.84
Hex5531602A5D43215712
Octal1256160521351034112722
Binary1010101110001110010101010111011000011100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553106; }

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

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

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

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

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

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

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

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