#552A11

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

Shades of Baker's Chocolate #552A11

Tints of Baker's Chocolate #552A11

Color information

#552A11 (or 0x552A11) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2A and 11. RGB value is (85,42,17). Sum of RGB (Red+Green+Blue) = 85+42+17=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #552A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A11 is #AAD5EE. Grayscale: #343434. Windows color (decimal): -11195887 or 1124949. OLE color: 1124949.

HSL color Cylindrical-coordinate representation of color #552A11: hue angle of 22.06º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552A11 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB854217-
CMYK00.510.800.67
HSL22.06º66.67%20%-
HSV(B)22.06º80%33.33%-
XYZ4.683.630.98-
YUV52.01108.25151.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=59.03%
G=29.17%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85421700.510.800.6722.0666.6720
Hex552A110335043164314
Octal12552210631201032610324
Binary10101011010101000101100111010000100001110110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,42,17); }

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

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

 a { background-color: rgb(85,42,17); }

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

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

 span { border-color: rgb(85,42,17); }

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