#281A18

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

Shades of Seal Brown #281A18

Tints of Seal Brown #281A18

Color information

#281A18 (or 0x281A18) is unknown color: approx Seal Brown. HEX triplet: 28, 1A and 18. RGB value is (40,26,24). Sum of RGB (Red+Green+Blue) = 40+26+24=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A18 is #D7E5E7. Grayscale: #1D1D1D. Windows color (decimal): -14149096 or 1579560. OLE color: 1579560.

HSL color Cylindrical-coordinate representation of color #281A18: hue angle of 7.5º 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 #281A18 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB402624-
CMYK00.350.400.84
HSL7.5º25%12.55%-
HSV(B)7.5º40%15.69%-
XYZ1.411.261.03-
YUV29.96124.64135.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=44.44%
G=28.89%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40262400.350.400.847.52512.55
Hex281A180232854819d
Octal50323004350124103115
Binary1010001101011000010001110100010101001000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281A18; }

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

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

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

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

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

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

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

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