#281A17

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

Shades of Seal Brown #281A17

Tints of Seal Brown #281A17

Color information

#281A17 (or 0x281A17) is unknown color: approx Seal Brown. HEX triplet: 28, 1A and 17. RGB value is (40,26,23). Sum of RGB (Red+Green+Blue) = 40+26+23=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #281A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A17 is #D7E5E8. Grayscale: #1D1D1D. Windows color (decimal): -14149097 or 1514024. OLE color: 1514024.

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

Color convert

RGB402623-
CMYK00.350.430.84
HSL10.59º26.98%12.35%-
HSV(B)10.59º42.5%15.69%-
XYZ1.41.250.98-
YUV29.84124.14135.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=44.94%
G=29.21%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40262300.350.430.8410.5926.9812.35
Hex281A170232B54b1bc
Octal50322704353124133314
Binary1010001101010111010001110101110101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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