#55220A

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

Shades of Baker's Chocolate #55220A

Tints of Baker's Chocolate #55220A

Color information

#55220A (or 0x55220A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 22 and 0A. RGB value is (85,34,10). Sum of RGB (Red+Green+Blue) = 85+34+10=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #55220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55220A is #AADDF5. Grayscale: #2E2E2E. Windows color (decimal): -11197942 or 664149. OLE color: 664149.

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

Color convert

RGB853410-
CMYK00.600.880.67
HSL19.2º78.95%18.63%-
HSV(B)19.2º88.24%33.33%-
XYZ4.373.10.65-
YUV46.51107.4155.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=65.89%
G=26.36%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85341000.600.880.6719.278.9518.63
Hex5522A03C5843134f13
Octal12542120741301032311723
Binary1010101100010101001111001011000100001110011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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