#281A19

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

Shades of Seal Brown #281A19

Tints of Seal Brown #281A19

Color information

#281A19 (or 0x281A19) is unknown color: approx Seal Brown. HEX triplet: 28, 1A and 19. RGB value is (40,26,25). Sum of RGB (Red+Green+Blue) = 40+26+25=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A19 is #D7E5E6. Grayscale: #1E1E1E. Windows color (decimal): -14149095 or 1645096. OLE color: 1645096.

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

Color convert

RGB402625-
CMYK00.350.380.84
HSL23.08%12.75%-
HSV(B)37.5%15.69%-
XYZ1.421.261.09-
YUV30.07125.14135.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=43.96%
G=28.57%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40262500.350.380.84423.0812.75
Hex281A190232654417d
Octal5032310434612442715
Binary101000110101100101000111001101010100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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