#552b27

Color #552B27 Moccaccino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moccaccino #552B27

Tints of Moccaccino #552B27

Color information

#552B27 (or 0x552B27) is unknown color: approx Moccaccino. HEX triplet: 55, 2B and 27. RGB value is (85,43,39). Sum of RGB (Red+Green+Blue) = 85+43+39=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #552B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B27 is #AAD4D8. Grayscale: #373737. Windows color (decimal): -11195609 or 2566997. OLE color: 2566997.

HSL color Cylindrical-coordinate representation of color #552B27: hue angle of 5.22º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552B27 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB854339-
CMYK00.490.540.67
HSL5.22º37.1%24.31%-
HSV(B)5.22º54.12%33.33%-
XYZ4.983.812.39-
YUV55.1118.91149.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=50.90%
G=25.75%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85433900.490.540.675.2237.124.31
Hex552B27031364352518
Octal12553470616610354530
Binary10101011010111001110110001110110100001110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552b27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,43,39); }

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

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

 a { background-color: rgb(85,43,39); }

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

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

 span { border-color: rgb(85,43,39); }

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