Html Css Color HEX #552B29 Moccaccino

📋 copy color: '#552B29'

red 85 ◦ green 43 ◦ blue 41

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

Shades of Moccaccino #552B29

Tints of Moccaccino #552B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 50.3%
G = 25.44%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#552B29 (or 0x552B29) is known color: Moccaccino. HEX triplet: 55, 2B and 29. RGB value is (85,43,41). Sum of RGB (Red+Green+Blue) = 85+43+41=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #552B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B29 is #AAD4D6. Grayscale: #373737. Windows color (decimal): -11195607 or 2698069. OLE color: 2698069.

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

Color convert

RGB 85 43 41 -
CMYK 0 0.49 0.52 0.67
HSL 2.73º 0.35% 0.25% -
HSV(B) 2.73º 0.52% 0.33% -
XYZ 5.01 3.82 2.57 -
YUV 55.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 85 43 41 0 0.49 0.52 0.67 2.73 0.35 0.25
Hex 55 2B 29 0 31 34 43 3 23 19
Octal 125 53 51 0 61 64 103 3 43 31
Binary 1010101 101011 101001 0 110001 110100 1000011 11 100011 11001

Color Harmonies of #552B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B29

Black with #552B29

Text Example


Text Example

White with #552B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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