Html Css Color HEX #552822 Caput Mortuum

📋 copy color: '#552822'

red 85 ◦ green 40 ◦ blue 34

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

Shades of Caput Mortuum #552822

Tints of Caput Mortuum #552822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

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

R = 53.46%
G = 25.16%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#552822 (or 0x552822) is known color: Caput Mortuum. HEX triplet: 55, 28 and 22. RGB value is (85,40,34). Sum of RGB (Red+Green+Blue) = 85+40+34=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #552822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552822 is #AAD7DD. Grayscale: #343434. Windows color (decimal): -11196382 or 2238549. OLE color: 2238549.

HSL color Cylindrical-coordinate representation of color #552822: hue angle of 7.06º 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 #552822 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 40 34 -
CMYK 0 0.53 0.60 0.67
HSL 7.06º 0.43% 0.23% -
HSV(B) 7.06º 0.6% 0.33% -
XYZ 4.79 3.56 1.95 -
YUV 52.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 85 40 34 0 0.53 0.60 0.67 7.06 0.43 0.23
Hex 55 28 22 0 35 3C 43 7 2B 17
Octal 125 50 42 0 65 74 103 7 53 27
Binary 1010101 101000 100010 0 110101 111100 1000011 111 101011 10111

Color Harmonies of #552822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552822

Black with #552822

Text Example


Text Example

White with #552822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552822; }

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

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

background-color css

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

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

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

border-color css

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

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

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