#55302E

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

Shades of Moccaccino #55302E

Tints of Moccaccino #55302E

Color information

#55302E (or 0x55302E) is unknown color: approx Moccaccino. HEX triplet: 55, 30 and 2E. RGB value is (85,48,46). Sum of RGB (Red+Green+Blue) = 85+48+46=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55302E is #AACFD1. Grayscale: #3A3A3A. Windows color (decimal): -11194322 or 3027029. OLE color: 3027029.

HSL color Cylindrical-coordinate representation of color #55302E: hue angle of 3.08º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55302E is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB854846-
CMYK00.440.460.67
HSL3.08º29.77%25.69%-
HSV(B)3.08º45.88%33.33%-
XYZ5.34.243.12-
YUV58.83120.76146.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=47.49%
G=26.82%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85484600.440.460.673.0829.7725.69
Hex55302E02C2E4331e1a
Octal12560560545610333632
Binary101010111000010111001011001011101000011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55302E; }

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

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

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

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

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

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

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

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