#55260A

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

Shades of Baker's Chocolate #55260A

Tints of Baker's Chocolate #55260A

Color information

#55260A (or 0x55260A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 26 and 0A. RGB value is (85,38,10). Sum of RGB (Red+Green+Blue) = 85+38+10=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55260A is #AAD9F5. Grayscale: #313131. Windows color (decimal): -11196918 or 665173. OLE color: 665173.

HSL color Cylindrical-coordinate representation of color #55260A: hue angle of 22.4º 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 #55260A is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB853810-
CMYK00.550.880.67
HSL22.4º78.95%18.63%-
HSV(B)22.4º88.24%33.33%-
XYZ4.493.340.69-
YUV48.86106.07153.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=63.91%
G=28.57%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85381000.550.880.6722.478.9518.63
Hex5526A0375843164f13
Octal12546120671301032611723
Binary1010101100110101001101111011000100001110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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