#55260B

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

Shades of Baker's Chocolate #55260B

Tints of Baker's Chocolate #55260B

Color information

#55260B (or 0x55260B) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 26 and 0B. RGB value is (85,38,11). Sum of RGB (Red+Green+Blue) = 85+38+11=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55260B is #AAD9F4. Grayscale: #313131. Windows color (decimal): -11196917 or 730709. OLE color: 730709.

HSL color Cylindrical-coordinate representation of color #55260B: hue angle of 21.89º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55260B is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB853811-
CMYK00.550.870.67
HSL21.89º77.08%18.82%-
HSV(B)21.89º87.06%33.33%-
XYZ4.53.340.72-
YUV48.97106.57153.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=63.43%
G=28.36%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85381100.550.870.6721.8977.0818.82
Hex5526B0375743164d13
Octal12546130671271032611523
Binary1010101100110101101101111010111100001110110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55260B; }

 p { color: rgb(85,38,11); }

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

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

 a { background-color: rgb(85,38,11); }

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

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

 span { border-color: rgb(85,38,11); }

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