Html Css Color HEX #552E2B Moccaccino

📋 copy color: '#552E2B'

red 85 ◦ green 46 ◦ blue 43

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

Shades of Moccaccino #552E2B

Tints of Moccaccino #552E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 48.85%
G = 26.44%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#552E2B (or 0x552E2B) is known color: Moccaccino. HEX triplet: 55, 2E and 2B. RGB value is (85,46,43). Sum of RGB (Red+Green+Blue) = 85+46+43=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E2B is #AAD1D4. Grayscale: #393939. Windows color (decimal): -11194837 or 2829909. OLE color: 2829909.

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

Color convert

RGB 85 46 43 -
CMYK 0 0.46 0.49 0.67
HSL 4.29º 0.33% 0.25% -
HSV(B) 4.29º 0.49% 0.33% -
XYZ 5.16 4.06 2.8 -
YUV 57.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 85 46 43 0 0.46 0.49 0.67 4.29 0.33 0.25
Hex 55 2E 2B 0 2E 31 43 4 21 19
Octal 125 56 53 0 56 61 103 4 41 31
Binary 1010101 101110 101011 0 101110 110001 1000011 100 100001 11001

Color Harmonies of #552E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E2B

Black with #552E2B

Text Example


Text Example

White with #552E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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