Html Css Color HEX #552F27 Moccaccino

📋 copy color: '#552F27'

red 85 ◦ green 47 ◦ blue 39

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

Shades of Moccaccino #552F27

Tints of Moccaccino #552F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.49%

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 49.71%
G = 27.49%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#552F27 (or 0x552F27) is known color: Moccaccino. HEX triplet: 55, 2F and 27. RGB value is (85,47,39). Sum of RGB (Red+Green+Blue) = 85+47+39=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F27 is #AAD0D8. Grayscale: #393939. Windows color (decimal): -11194585 or 2568021. OLE color: 2568021.

HSL color Cylindrical-coordinate representation of color #552F27: hue angle of 10.43º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552F27 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 47 39 -
CMYK 0 0.45 0.54 0.67
HSL 10.43º 0.37% 0.24% -
HSV(B) 10.43º 0.54% 0.33% -
XYZ 5.13 4.11 2.44 -
YUV 57.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 85 47 39 0 0.45 0.54 0.67 10.43 0.37 0.24
Hex 55 2F 27 0 2D 36 43 A 25 18
Octal 125 57 47 0 55 66 103 12 45 30
Binary 1010101 101111 100111 0 101101 110110 1000011 1010 100101 11000

Color Harmonies of #552F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F27

Black with #552F27

Text Example


Text Example

White with #552F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,47,39); }

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

background-color css

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

 a { background-color: rgb(85,47,39); }

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

border-color css

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

 span { border-color: rgb(85,47,39); }

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