#553618

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

Shades of Baker's Chocolate #553618

Tints of Baker's Chocolate #553618

Color information

#553618 (or 0x553618) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 36 and 18. RGB value is (85,54,24). Sum of RGB (Red+Green+Blue) = 85+54+24=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553618 is #AAC9E7. Grayscale: #3C3C3C. Windows color (decimal): -11192808 or 1586773. OLE color: 1586773.

HSL color Cylindrical-coordinate representation of color #553618: hue angle of 29.51º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553618 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB855424-
CMYK00.360.720.67
HSL29.51º55.96%21.37%-
HSV(B)29.51º71.76%33.33%-
XYZ5.234.641.48-
YUV59.85107.77145.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=52.15%
G=33.13%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85542400.360.720.6729.5155.9621.37
Hex55361802448431e3815
Octal1256630044110103367025
Binary1010101110110110000100100100100010000111111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553618; }

 p { color: rgb(85,54,24); }

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

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

 a { background-color: rgb(85,54,24); }

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

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

 span { border-color: rgb(85,54,24); }

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