Html Css Color HEX #553030 Moccaccino

📋 copy color: '#553030'

red 85 ◦ green 48 ◦ blue 48

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

Shades of Moccaccino #553030

Tints of Moccaccino #553030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 46.96%
G = 26.52%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#553030 (or 0x553030) is known color: Moccaccino. HEX triplet: 55, 30 and 30. RGB value is (85,48,48). Sum of RGB (Red+Green+Blue) = 85+48+48=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #553030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553030 is #AACFCF. Grayscale: #3B3B3B. Windows color (decimal): -11194320 or 3158101. OLE color: 3158101.

HSL color Cylindrical-coordinate representation of color #553030: hue angle of 0º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553030 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 48 48 -
CMYK 0 0.44 0.44 0.67
HSL 0.28% 0.26% -
HSV(B) 0.44% 0.33% -
XYZ 5.34 4.26 3.34 -
YUV 59.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 85 48 48 0 0.44 0.44 0.67 0 0.28 0.26
Hex 55 30 30 0 2C 2C 43 0 1C 1A
Octal 125 60 60 0 54 54 103 0 34 32
Binary 1010101 110000 110000 0 101100 101100 1000011 0 11100 11010

Color Harmonies of #553030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553030

Black with #553030

Text Example


Text Example

White with #553030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553030; }

 p { color: rgb(85,48,48); }

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

background-color css

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

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

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

border-color css

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

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

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