#551A08

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

Shades of Caput Mortuum #551A08

Tints of Caput Mortuum #551A08

Color information

#551A08 (or 0x551A08) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1A and 08. RGB value is (85,26,8). Sum of RGB (Red+Green+Blue) = 85+26+8=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #551A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A08 is #AAE5F7. Grayscale: #292929. Windows color (decimal): -11199992 or 531029. OLE color: 531029.

HSL color Cylindrical-coordinate representation of color #551A08: hue angle of 14.03º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #551A08 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85268-
CMYK00.690.910.67
HSL14.03º82.8%18.24%-
HSV(B)14.03º90.59%33.33%-
XYZ4.162.690.53-
YUV41.59109.05158.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=71.43%
G=21.85%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8526800.690.910.6714.0382.818.24
Hex551A80455B43e5312
Octal125321001051331031612322
Binary101010111010100001000101101101110000111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,26,8); }

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

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

 a { background-color: rgb(85,26,8); }

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

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

 span { border-color: rgb(85,26,8); }

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