Html Css Color HEX #552C26 Moccaccino

📋 copy color: '#552C26'

red 85 ◦ green 44 ◦ blue 38

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

Shades of Moccaccino #552C26

Tints of Moccaccino #552C26

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

 BLUE value IS 38 (15.23% from 255) = 22.75%

R = 50.9%
G = 26.35%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#552C26 (or 0x552C26) is known color: Moccaccino. HEX triplet: 55, 2C and 26. RGB value is (85,44,38). Sum of RGB (Red+Green+Blue) = 85+44+38=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #552C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C26 is #AAD3D9. Grayscale: #373737. Windows color (decimal): -11195354 or 2501717. OLE color: 2501717.

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

Color convert

RGB 85 44 38 -
CMYK 0 0.48 0.55 0.67
HSL 7.66º 0.38% 0.24% -
HSV(B) 7.66º 0.55% 0.33% -
XYZ 5 3.87 2.32 -
YUV 55.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 85 44 38 0 0.48 0.55 0.67 7.66 0.38 0.24
Hex 55 2C 26 0 30 37 43 8 26 18
Octal 125 54 46 0 60 67 103 10 46 30
Binary 1010101 101100 100110 0 110000 110111 1000011 1000 100110 11000

Color Harmonies of #552C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C26

Black with #552C26

Text Example


Text Example

White with #552C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,44,38); }

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

background-color css

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

 a { background-color: rgb(85,44,38); }

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

border-color css

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

 span { border-color: rgb(85,44,38); }

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