#55220D

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

Shades of Baker's Chocolate #55220D

Tints of Baker's Chocolate #55220D

Color information

#55220D (or 0x55220D) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 22 and 0D. RGB value is (85,34,13). Sum of RGB (Red+Green+Blue) = 85+34+13=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55220D is #AADDF2. Grayscale: #2E2E2E. Windows color (decimal): -11197939 or 860757. OLE color: 860757.

HSL color Cylindrical-coordinate representation of color #55220D: hue angle of 17.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55220D is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB853413-
CMYK00.600.850.67
HSL17.5º73.47%19.22%-
HSV(B)17.5º84.71%33.33%-
XYZ4.393.10.75-
YUV46.86108.9155.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=64.39%
G=25.76%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85341300.600.850.6717.573.4719.22
Hex5522D03C5543124913
Octal12542150741251032211123
Binary1010101100010110101111001010101100001110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55220D; }

 p { color: rgb(85,34,13); }

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

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

 a { background-color: rgb(85,34,13); }

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

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

 span { border-color: rgb(85,34,13); }

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