#552A1D

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

Shades of Caput Mortuum #552A1D

Tints of Caput Mortuum #552A1D

Color information

#552A1D (or 0x552A1D) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2A and 1D. RGB value is (85,42,29). Sum of RGB (Red+Green+Blue) = 85+42+29=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A1D is #AAD5E2. Grayscale: #353535. Windows color (decimal): -11195875 or 1911381. OLE color: 1911381.

HSL color Cylindrical-coordinate representation of color #552A1D: hue angle of 13.93º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552A1D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB854229-
CMYK00.510.660.67
HSL13.93º49.12%22.35%-
HSV(B)13.93º65.88%33.33%-
XYZ4.83.681.62-
YUV53.38114.25150.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=54.49%
G=26.92%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85422900.510.660.6713.9349.1222.35
Hex552A1D0334243e3116
Octal1255235063102103166126
Binary101010110101011101011001110000101000011111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552A1D; }

 p { color: rgb(85,42,29); }

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

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

 a { background-color: rgb(85,42,29); }

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

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

 span { border-color: rgb(85,42,29); }

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