#553016

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

Shades of Baker's Chocolate #553016

Tints of Baker's Chocolate #553016

Color information

#553016 (or 0x553016) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 30 and 16. RGB value is (85,48,22). Sum of RGB (Red+Green+Blue) = 85+48+22=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553016 is #AACFE9. Grayscale: #383838. Windows color (decimal): -11194346 or 1454165. OLE color: 1454165.

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

Color convert

RGB854822-
CMYK00.440.740.67
HSL24.76º58.88%20.98%-
HSV(B)24.76º74.12%33.33%-
XYZ4.954.11.29-
YUV56.1108.76148.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=54.84%
G=30.97%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85482200.440.740.6724.7658.8820.98
Hex55301602C4A43193b15
Octal1256026054112103317325
Binary1010101110000101100101100100101010000111100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553016; }

 p { color: rgb(85,48,22); }

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

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

 a { background-color: rgb(85,48,22); }

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

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

 span { border-color: rgb(85,48,22); }

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