#552E16

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

Shades of Baker's Chocolate #552E16

Tints of Baker's Chocolate #552E16

Color information

#552E16 (or 0x552E16) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2E and 16. RGB value is (85,46,22). Sum of RGB (Red+Green+Blue) = 85+46+22=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #552E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E16 is #AAD1E9. Grayscale: #373737. Windows color (decimal): -11194858 or 1453653. OLE color: 1453653.

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

Color convert

RGB854622-
CMYK00.460.740.67
HSL22.86º58.88%20.98%-
HSV(B)22.86º74.12%33.33%-
XYZ4.873.941.26-
YUV54.92109.42149.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=55.56%
G=30.07%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85462200.460.740.6722.8658.8820.98
Hex552E1602E4A43173b15
Octal1255626056112103277325
Binary1010101101110101100101110100101010000111011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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