#553717

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

Shades of Baker's Chocolate #553717

Tints of Baker's Chocolate #553717

Color information

#553717 (or 0x553717) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 17. RGB value is (85,55,23). Sum of RGB (Red+Green+Blue) = 85+55+23=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553717 is #AAC8E8. Grayscale: #3C3C3C. Windows color (decimal): -11192553 or 1521493. OLE color: 1521493.

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

Color convert

RGB855523-
CMYK00.350.730.67
HSL30.97º57.41%21.18%-
HSV(B)30.97º72.94%33.33%-
XYZ5.274.731.45-
YUV60.32106.94145.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=52.15%
G=33.74%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85552300.350.730.6730.9757.4121.18
Hex55371702349431f3915
Octal1256727043111103377125
Binary1010101110111101110100011100100110000111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553717; }

 p { color: rgb(85,55,23); }

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

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

 a { background-color: rgb(85,55,23); }

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

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

 span { border-color: rgb(85,55,23); }

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