#553715

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

Shades of Baker's Chocolate #553715

Tints of Baker's Chocolate #553715

Color information

#553715 (or 0x553715) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 15. RGB value is (85,55,21). Sum of RGB (Red+Green+Blue) = 85+55+21=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553715 is #AAC8EA. Grayscale: #3C3C3C. Windows color (decimal): -11192555 or 1390421. OLE color: 1390421.

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

Color convert

RGB855521-
CMYK00.350.750.67
HSL31.88º60.38%20.78%-
HSV(B)31.88º75.29%33.33%-
XYZ5.254.721.34-
YUV60.09105.94145.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=52.80%
G=34.16%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85552100.350.750.6731.8860.3820.78
Hex5537150234B43203c15
Octal1256725043113103407425
Binary10101011101111010101000111001011100001110000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553715; }

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

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

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

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

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

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

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

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