#551F14

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

Shades of Caput Mortuum #551F14

Tints of Caput Mortuum #551F14

Color information

#551F14 (or 0x551F14) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1F and 14. RGB value is (85,31,20). Sum of RGB (Red+Green+Blue) = 85+31+20=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #551F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F14 is #AAE0EB. Grayscale: #2D2D2D. Windows color (decimal): -11198700 or 1318741. OLE color: 1318741.

HSL color Cylindrical-coordinate representation of color #551F14: hue angle of 10.15º 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 #551F14 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB853120-
CMYK00.640.760.67
HSL10.15º61.9%20.59%-
HSV(B)10.15º76.47%33.33%-
XYZ4.362.961-
YUV45.89113.39155.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=62.5%
G=22.79%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85312000.640.760.6710.1561.920.59
Hex551F140404C43a3e15
Octal12537240100114103127625
Binary101010111111101000100000010011001000011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551F14; }

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

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

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

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

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

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

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

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