Html Css Color HEX #552C22 Caput Mortuum

📋 copy color: '#552C22'

red 85 ◦ green 44 ◦ blue 34

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

Shades of Caput Mortuum #552C22

Tints of Caput Mortuum #552C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.86%

R = 52.15%
G = 26.99%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#552C22 (or 0x552C22) is known color: Caput Mortuum. HEX triplet: 55, 2C and 22. RGB value is (85,44,34). Sum of RGB (Red+Green+Blue) = 85+44+34=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #552C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C22 is #AAD3DD. Grayscale: #373737. Windows color (decimal): -11195358 or 2239573. OLE color: 2239573.

HSL color Cylindrical-coordinate representation of color #552C22: hue angle of 11.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552C22 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 34 -
CMYK 0 0.48 0.60 0.67
HSL 11.76º 0.43% 0.23% -
HSV(B) 11.76º 0.6% 0.33% -
XYZ 4.94 3.85 2 -
YUV 55.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 85 44 34 0 0.48 0.60 0.67 11.76 0.43 0.23
Hex 55 2C 22 0 30 3C 43 C 2B 17
Octal 125 54 42 0 60 74 103 14 53 27
Binary 1010101 101100 100010 0 110000 111100 1000011 1100 101011 10111

Color Harmonies of #552C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C22

Black with #552C22

Text Example


Text Example

White with #552C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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