#552923

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

Shades of Caput Mortuum #552923

Tints of Caput Mortuum #552923

Color information

#552923 (or 0x552923) is unknown color: approx Caput Mortuum. HEX triplet: 55, 29 and 23. RGB value is (85,41,35). Sum of RGB (Red+Green+Blue) = 85+41+35=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552923 is #AAD6DC. Grayscale: #353535. Windows color (decimal): -11196125 or 2304341. OLE color: 2304341.

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

Color convert

RGB854135-
CMYK00.520.590.67
HSL7.2º41.67%23.53%-
HSV(B)7.2º58.82%33.33%-
XYZ4.843.642.04-
YUV53.47117.58150.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=52.80%
G=25.47%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85413500.520.590.677.241.6723.53
Hex5529230343B4372a18
Octal12551430647310375230
Binary10101011010011000110110100111011100001111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552923; }

 p { color: rgb(85,41,35); }

 H1.HeaderClassName
 {
   color: #552923;
 }
 .AnyTagClassName
 {
   color: #552923;
 }
</style>
background-color css

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

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

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

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

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

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