Html Css Color HEX #552C2B Moccaccino

📋 copy color: '#552C2B'

red 85 ◦ green 44 ◦ blue 43

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

Shades of Moccaccino #552C2B

Tints of Moccaccino #552C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.58%

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

R = 49.42%
G = 25.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#552C2B (or 0x552C2B) is known color: Moccaccino. HEX triplet: 55, 2C and 2B. RGB value is (85,44,43). Sum of RGB (Red+Green+Blue) = 85+44+43=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C2B is #AAD3D4. Grayscale: #383838. Windows color (decimal): -11195349 or 2829397. OLE color: 2829397.

HSL color Cylindrical-coordinate representation of color #552C2B: hue angle of 1.43º 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 #552C2B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 43 -
CMYK 0 0.48 0.49 0.67
HSL 1.43º 0.33% 0.25% -
HSV(B) 1.43º 0.49% 0.33% -
XYZ 5.08 3.91 2.77 -
YUV 56.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 85 44 43 0 0.48 0.49 0.67 1.43 0.33 0.25
Hex 55 2C 2B 0 30 31 43 1 21 19
Octal 125 54 53 0 60 61 103 1 41 31
Binary 1010101 101100 101011 0 110000 110001 1000011 1 100001 11001

Color Harmonies of #552C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C2B

Black with #552C2B

Text Example


Text Example

White with #552C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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