#553918

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

Shades of Baker's Chocolate #553918

Tints of Baker's Chocolate #553918

Color information

#553918 (or 0x553918) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 39 and 18. RGB value is (85,57,24). Sum of RGB (Red+Green+Blue) = 85+57+24=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #553918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553918 is #AAC6E7. Grayscale: #3D3D3D. Windows color (decimal): -11192040 or 1587541. OLE color: 1587541.

HSL color Cylindrical-coordinate representation of color #553918: hue angle of 32.46º 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 #553918 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB855724-
CMYK00.330.720.67
HSL32.46º55.96%21.37%-
HSV(B)32.46º71.76%33.33%-
XYZ5.374.921.53-
YUV61.61106.78144.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=51.20%
G=34.34%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85572400.330.720.6732.4655.9621.37
Hex5539180214843203815
Octal1257130041110103407025
Binary10101011110011100001000011001000100001110000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553918; }

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

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

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

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

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

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

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

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