Html Css Color HEX #552422 Caput Mortuum

📋 copy color: '#552422'

red 85 ◦ green 36 ◦ blue 34

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

Shades of Caput Mortuum #552422

Tints of Caput Mortuum #552422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 54.84%
G = 23.23%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#552422 (or 0x552422) is known color: Caput Mortuum. HEX triplet: 55, 24 and 22. RGB value is (85,36,34). Sum of RGB (Red+Green+Blue) = 85+36+34=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #552422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552422 is #AADBDD. Grayscale: #323232. Windows color (decimal): -11197406 or 2237525. OLE color: 2237525.

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

Color convert

RGB 85 36 34 -
CMYK 0 0.58 0.60 0.67
HSL 2.35º 0.43% 0.23% -
HSV(B) 2.35º 0.6% 0.33% -
XYZ 4.67 3.31 1.91 -
YUV 50.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 85 36 34 0 0.58 0.60 0.67 2.35 0.43 0.23
Hex 55 24 22 0 3A 3C 43 2 2B 17
Octal 125 44 42 0 72 74 103 2 53 27
Binary 1010101 100100 100010 0 111010 111100 1000011 10 101011 10111

Color Harmonies of #552422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552422

Black with #552422

Text Example


Text Example

White with #552422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552422; }

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

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

background-color css

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

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

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

border-color css

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

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

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