#55260D

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

Shades of Baker's Chocolate #55260D

Tints of Baker's Chocolate #55260D

Color information

#55260D (or 0x55260D) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 26 and 0D. RGB value is (85,38,13). Sum of RGB (Red+Green+Blue) = 85+38+13=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55260D is #AAD9F2. Grayscale: #313131. Windows color (decimal): -11196915 or 861781. OLE color: 861781.

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

Color convert

RGB853813-
CMYK00.550.850.67
HSL20.83º73.47%19.22%-
HSV(B)20.83º84.71%33.33%-
XYZ4.513.350.79-
YUV49.2107.57153.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=62.5%
G=27.94%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85381300.550.850.6720.8373.4719.22
Hex5526D0375543154913
Octal12546150671251032511123
Binary1010101100110110101101111010101100001110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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