Html Css Color HEX #552827 Moccaccino

📋 copy color: '#552827'

red 85 ◦ green 40 ◦ blue 39

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

Shades of Moccaccino #552827

Tints of Moccaccino #552827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

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

R = 51.83%
G = 24.39%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#552827 (or 0x552827) is known color: Moccaccino. HEX triplet: 55, 28 and 27. RGB value is (85,40,39). Sum of RGB (Red+Green+Blue) = 85+40+39=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #552827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552827 is #AAD7D8. Grayscale: #353535. Windows color (decimal): -11196377 or 2566229. OLE color: 2566229.

HSL color Cylindrical-coordinate representation of color #552827: hue angle of 1.3º 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 #552827 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 40 39 -
CMYK 0 0.53 0.54 0.67
HSL 1.3º 0.37% 0.24% -
HSV(B) 1.3º 0.54% 0.33% -
XYZ 4.87 3.6 2.36 -
YUV 53.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 85 40 39 0 0.53 0.54 0.67 1.3 0.37 0.24
Hex 55 28 27 0 35 36 43 1 25 18
Octal 125 50 47 0 65 66 103 1 45 30
Binary 1010101 101000 100111 0 110101 110110 1000011 1 100101 11000

Color Harmonies of #552827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552827

Black with #552827

Text Example


Text Example

White with #552827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552827; }

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

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

background-color css

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

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

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

border-color css

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

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

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