#552514

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

Shades of Caput Mortuum #552514

Tints of Caput Mortuum #552514

Color information

#552514 (or 0x552514) is unknown color: approx Caput Mortuum. HEX triplet: 55, 25 and 14. RGB value is (85,37,20). Sum of RGB (Red+Green+Blue) = 85+37+20=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552514 is #AADAEB. Grayscale: #313131. Windows color (decimal): -11197164 or 1320277. OLE color: 1320277.

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

Color convert

RGB853720-
CMYK00.560.760.67
HSL15.69º61.9%20.59%-
HSV(B)15.69º76.47%33.33%-
XYZ4.533.31.06-
YUV49.41111.4153.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=59.86%
G=26.06%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85372000.560.760.6715.6961.920.59
Hex5525140384C43103e15
Octal1254524070114103207625
Binary1010101100101101000111000100110010000111000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552514; }

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

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

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

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

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

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

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

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