#551E14

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

Shades of Caput Mortuum #551E14

Tints of Caput Mortuum #551E14

Color information

#551E14 (or 0x551E14) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1E and 14. RGB value is (85,30,20). Sum of RGB (Red+Green+Blue) = 85+30+20=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #551E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E14 is #AAE1EB. Grayscale: #2D2D2D. Windows color (decimal): -11198956 or 1318485. OLE color: 1318485.

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

Color convert

RGB853020-
CMYK00.650.760.67
HSL9.23º61.9%20.59%-
HSV(B)9.23º76.47%33.33%-
XYZ4.342.910.99-
YUV45.3113.72156.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=62.96%
G=22.22%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85302000.650.760.679.2361.920.59
Hex551E140414C4393e15
Octal12536240101114103117625
Binary101010111110101000100000110011001000011100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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