#552D16

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

Shades of Baker's Chocolate #552D16

Tints of Baker's Chocolate #552D16

Color information

#552D16 (or 0x552D16) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2D and 16. RGB value is (85,45,22). Sum of RGB (Red+Green+Blue) = 85+45+22=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #552D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D16 is #AAD2E9. Grayscale: #363636. Windows color (decimal): -11195114 or 1453397. OLE color: 1453397.

HSL color Cylindrical-coordinate representation of color #552D16: hue angle of 21.9º 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 #552D16 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB854522-
CMYK00.470.740.67
HSL21.9º58.88%20.98%-
HSV(B)21.9º74.12%33.33%-
XYZ4.833.871.25-
YUV54.34109.75149.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 45 (17.97% from 255) = 29.61%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=55.92%
G=29.61%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85452200.470.740.6721.958.8820.98
Hex552D1602F4A43163b15
Octal1255526057112103267325
Binary1010101101101101100101111100101010000111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552D16; }

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

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

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

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

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

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

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

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