Html Css Color HEX #552E2A Moccaccino

📋 copy color: '#552E2A'

red 85 ◦ green 46 ◦ blue 42

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

Shades of Moccaccino #552E2A

Tints of Moccaccino #552E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 49.13%
G = 26.59%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#552E2A (or 0x552E2A) is known color: Moccaccino. HEX triplet: 55, 2E and 2A. RGB value is (85,46,42). Sum of RGB (Red+Green+Blue) = 85+46+42=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E2A is #AAD1D5. Grayscale: #393939. Windows color (decimal): -11194838 or 2764373. OLE color: 2764373.

HSL color Cylindrical-coordinate representation of color #552E2A: hue angle of 5.58º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552E2A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 46 42 -
CMYK 0 0.46 0.51 0.67
HSL 5.58º 0.34% 0.25% -
HSV(B) 5.58º 0.51% 0.33% -
XYZ 5.14 4.05 2.7 -
YUV 57.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 85 46 42 0 0.46 0.51 0.67 5.58 0.34 0.25
Hex 55 2E 2A 0 2E 33 43 6 22 19
Octal 125 56 52 0 56 63 103 6 42 31
Binary 1010101 101110 101010 0 101110 110011 1000011 110 100010 11001

Color Harmonies of #552E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E2A

Black with #552E2A

Text Example


Text Example

White with #552E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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