#181211

Color #181211 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #181211

Tints of Seal Brown #181211

Color information

#181211 (or 0x181211) is unknown color: approx Seal Brown. HEX triplet: 18, 12 and 11. RGB value is (24,18,17). Sum of RGB (Red+Green+Blue) = 24+18+17=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #181211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181211 is #E7EDEE. Grayscale: #131313. Windows color (decimal): -15199727 or 1118744. OLE color: 1118744.

HSL color Cylindrical-coordinate representation of color #181211: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #181211 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB241817-
CMYK00.250.290.91
HSL8.57º17.07%8.04%-
HSV(B)8.57º29.17%9.41%-
XYZ0.690.670.62-
YUV19.68126.49131.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 17 (7.03% from 255) = 28.81%
R=40.68%
G=30.51%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24181700.250.290.918.5717.078.04
Hex1812110191D5B9118
Octal30222103135133112110
Binary1100010010100010110011110110110111001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181211; }

 p { color: rgb(24,18,17); }

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

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

 a { background-color: rgb(24,18,17); }

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

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

 span { border-color: rgb(24,18,17); }

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