Html Css Color HEX #552D2B Moccaccino

📋 copy color: '#552D2B'

red 85 ◦ green 45 ◦ blue 43

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

Shades of Moccaccino #552D2B

Tints of Moccaccino #552D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.01%

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

R = 49.13%
G = 26.01%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#552D2B (or 0x552D2B) is known color: Moccaccino. HEX triplet: 55, 2D and 2B. RGB value is (85,45,43). Sum of RGB (Red+Green+Blue) = 85+45+43=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D2B is #AAD2D4. Grayscale: #383838. Windows color (decimal): -11195093 or 2829653. OLE color: 2829653.

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

Color convert

RGB 85 45 43 -
CMYK 0 0.47 0.49 0.67
HSL 2.86º 0.33% 0.25% -
HSV(B) 2.86º 0.49% 0.33% -
XYZ 5.12 3.98 2.78 -
YUV 56.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 85 45 43 0 0.47 0.49 0.67 2.86 0.33 0.25
Hex 55 2D 2B 0 2F 31 43 3 21 19
Octal 125 55 53 0 57 61 103 3 41 31
Binary 1010101 101101 101011 0 101111 110001 1000011 11 100001 11001

Color Harmonies of #552D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D2B

Black with #552D2B

Text Example


Text Example

White with #552D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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