#552725

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

Shades of Caput Mortuum #552725

Tints of Caput Mortuum #552725

Color information

#552725 (or 0x552725) is unknown color: approx Caput Mortuum. HEX triplet: 55, 27 and 25. RGB value is (85,39,37). Sum of RGB (Red+Green+Blue) = 85+39+37=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552725 is #AAD8DA. Grayscale: #343434. Windows color (decimal): -11196635 or 2434901. OLE color: 2434901.

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

Color convert

RGB853937-
CMYK00.540.560.67
HSL2.5º39.34%23.92%-
HSV(B)2.5º56.47%33.33%-
XYZ4.813.522.18-
YUV52.53119.24151.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=52.80%
G=24.22%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85393700.540.560.672.539.3423.92
Hex552725036384332718
Octal12547450667010334730
Binary1010101100111100101011011011100010000111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552725; }

 p { color: rgb(85,39,37); }

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

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

 a { background-color: rgb(85,39,37); }

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

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

 span { border-color: rgb(85,39,37); }

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