Html Css Color HEX #552E2D Moccaccino

📋 copy color: '#552E2D'

red 85 ◦ green 46 ◦ blue 45

#552E2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moccaccino #552E2D

Tints of Moccaccino #552E2D

RGB

 RED value IS 85 (33.59% from 255) = 48.3%

 GREEN value IS 46 (18.36% from 255) = 26.14%

 BLUE value IS 45 (17.97% from 255) = 25.57%

R = 48.3%
G = 26.14%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#552E2D (or 0x552E2D) is known color: Moccaccino. HEX triplet: 55, 2E and 2D. RGB value is (85,46,45). Sum of RGB (Red+Green+Blue) = 85+46+45=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #552E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E2D is #AAD1D2. Grayscale: #393939. Windows color (decimal): -11194835 or 2960981. OLE color: 2960981.

HSL color Cylindrical-coordinate representation of color #552E2D: hue angle of 1.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 #552E2D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 46 45 -
CMYK 0 0.46 0.47 0.67
HSL 1.5º 0.31% 0.25% -
HSV(B) 1.5º 0.47% 0.33% -
XYZ 5.2 4.07 3 -
YUV 57.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 85 46 45 0 0.46 0.47 0.67 1.5 0.31 0.25
Hex 55 2E 2D 0 2E 2F 43 2 1F 19
Octal 125 56 55 0 56 57 103 2 37 31
Binary 1010101 101110 101101 0 101110 101111 1000011 10 11111 11001

Color Harmonies of #552E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E2D

Black with #552E2D

Text Example


Text Example

White with #552E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #552E2D;
 }
 .AnyTagClassName
 {
   color: #552E2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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