#281918

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

Shades of Seal Brown #281918

Tints of Seal Brown #281918

Color information

#281918 (or 0x281918) is unknown color: approx Seal Brown. HEX triplet: 28, 19 and 18. RGB value is (40,25,24). Sum of RGB (Red+Green+Blue) = 40+25+24=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #281918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281918 is #D7E6E7. Grayscale: #1D1D1D. Windows color (decimal): -14149352 or 1579304. OLE color: 1579304.

HSL color Cylindrical-coordinate representation of color #281918: hue angle of 3.75º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281918 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB402524-
CMYK00.380.400.84
HSL3.75º25%12.55%-
HSV(B)3.75º40%15.69%-
XYZ1.391.211.03-
YUV29.37124.97135.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 25 (10.16% from 255) = 28.09%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=44.94%
G=28.09%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40252400.380.400.843.752512.55
Hex2819180262854419d
Octal5031300465012443115
Binary101000110011100001001101010001010100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281918; }

 p { color: rgb(40,25,24); }

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

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

 a { background-color: rgb(40,25,24); }

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

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

 span { border-color: rgb(40,25,24); }

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