#55302D

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

Shades of Moccaccino #55302D

Tints of Moccaccino #55302D

Color information

#55302D (or 0x55302D) is unknown color: approx Moccaccino. HEX triplet: 55, 30 and 2D. RGB value is (85,48,45). Sum of RGB (Red+Green+Blue) = 85+48+45=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55302D is #AACFD2. Grayscale: #3A3A3A. Windows color (decimal): -11194323 or 2961493. OLE color: 2961493.

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

Color convert

RGB854845-
CMYK00.440.470.67
HSL4.5º30.77%25.49%-
HSV(B)4.5º47.06%33.33%-
XYZ5.284.233.02-
YUV58.72120.26146.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=47.75%
G=26.97%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85484500.440.470.674.530.7725.49
Hex55302D02C2F4351f19
Octal12560550545710353731
Binary1010101110000101101010110010111110000111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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