#553028

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

Shades of Moccaccino #553028

Tints of Moccaccino #553028

Color information

#553028 (or 0x553028) is unknown color: approx Moccaccino. HEX triplet: 55, 30 and 28. RGB value is (85,48,40). Sum of RGB (Red+Green+Blue) = 85+48+40=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553028 is #AACFD7. Grayscale: #3A3A3A. Windows color (decimal): -11194328 or 2633813. OLE color: 2633813.

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

Color convert

RGB854840-
CMYK00.440.530.67
HSL10.67º36%24.51%-
HSV(B)10.67º52.94%33.33%-
XYZ5.194.22.54-
YUV58.15117.76147.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=49.13%
G=27.75%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85484000.440.530.6710.673624.51
Hex55302802C3543b2419
Octal125605005465103134431
Binary101010111000010100001011001101011000011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553028; }

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

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

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

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

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

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

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

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