Html Css Color HEX #552F2D Moccaccino

📋 copy color: '#552F2D'

red 85 ◦ green 47 ◦ blue 45

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

Shades of Moccaccino #552F2D

Tints of Moccaccino #552F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 48.02%
G = 26.55%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#552F2D (or 0x552F2D) is known color: Moccaccino. HEX triplet: 55, 2F and 2D. RGB value is (85,47,45). Sum of RGB (Red+Green+Blue) = 85+47+45=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #552F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F2D is #AAD0D2. Grayscale: #3A3A3A. Windows color (decimal): -11194579 or 2961237. OLE color: 2961237.

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

Color convert

RGB 85 47 45 -
CMYK 0 0.45 0.47 0.67
HSL 0.31% 0.25% -
HSV(B) 0.47% 0.33% -
XYZ 5.24 4.15 3.01 -
YUV 58.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 85 47 45 0 0.45 0.47 0.67 3 0.31 0.25
Hex 55 2F 2D 0 2D 2F 43 3 1F 19
Octal 125 57 55 0 55 57 103 3 37 31
Binary 1010101 101111 101101 0 101101 101111 1000011 11 11111 11001

Color Harmonies of #552F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F2D

Black with #552F2D

Text Example


Text Example

White with #552F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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