#553108

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

Shades of Baker's Chocolate #553108

Tints of Baker's Chocolate #553108

Color information

#553108 (or 0x553108) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 31 and 08. RGB value is (85,49,8). Sum of RGB (Red+Green+Blue) = 85+49+8=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553108 is #AACEF7. Grayscale: #373737. Windows color (decimal): -11194104 or 536917. OLE color: 536917.

HSL color Cylindrical-coordinate representation of color #553108: hue angle of 31.95º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #553108 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85498-
CMYK00.420.910.67
HSL31.95º82.8%18.24%-
HSV(B)31.95º90.59%33.33%-
XYZ4.894.150.77-
YUV55.09101.43149.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=59.86%
G=34.51%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8549800.420.910.6731.9582.818.24
Hex5531802A5B43205312
Octal12561100521331034012322
Binary10101011100011000010101010110111000011100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553108; }

 p { color: rgb(85,49,8); }

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

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

 a { background-color: rgb(85,49,8); }

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

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

 span { border-color: rgb(85,49,8); }

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