#552422

Color #552422 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #552422

Tints of Caput Mortuum #552422

Color information

#552422 (or 0x552422) is unknown color: approx 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

RGB853634-
CMYK00.580.600.67
HSL2.35º42.86%23.33%-
HSV(B)2.35º60%33.33%-
XYZ4.673.311.91-
YUV50.42118.73152.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85363400.580.600.672.3542.8623.33
Hex55242203A3C4322b17
Octal12544420727410325327
Binary1010101100100100010011101011110010000111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>