#552306

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

Shades of Baker's Chocolate #552306

Tints of Baker's Chocolate #552306

Color information

#552306 (or 0x552306) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 23 and 06. RGB value is (85,35,6). Sum of RGB (Red+Green+Blue) = 85+35+6=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #552306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552306 is #AADCF9. Grayscale: #2E2E2E. Windows color (decimal): -11197690 or 402261. OLE color: 402261.

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

Color convert

RGB85356-
CMYK00.590.930.67
HSL22.03º86.81%17.84%-
HSV(B)22.03º92.94%33.33%-
XYZ4.383.150.55-
YUV46.64105.06155.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=67.46%
G=27.78%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8535600.590.930.6722.0386.8117.84
Hex5523603B5D43165712
Octal1254360731351032612722
Binary101010110001111001110111011101100001110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552306; }

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

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

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

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

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

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

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

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