#553026

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

Shades of Moccaccino #553026

Tints of Moccaccino #553026

Color information

#553026 (or 0x553026) is unknown color: approx Moccaccino. HEX triplet: 55, 30 and 26. RGB value is (85,48,38). Sum of RGB (Red+Green+Blue) = 85+48+38=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #553026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553026 is #AACFD9. Grayscale: #3A3A3A. Windows color (decimal): -11194330 or 2502741. OLE color: 2502741.

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

Color convert

RGB854838-
CMYK00.440.550.67
HSL12.77º38.21%24.12%-
HSV(B)12.77º55.29%33.33%-
XYZ5.154.192.37-
YUV57.92116.76147.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=49.71%
G=28.07%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85483800.440.550.6712.7738.2124.12
Hex55302602C3743d2618
Octal125604605467103154630
Binary101010111000010011001011001101111000011110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553026; }

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

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

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

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

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

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

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

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