#281917

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

Shades of Seal Brown #281917

Tints of Seal Brown #281917

Color information

#281917 (or 0x281917) is unknown color: approx Seal Brown. HEX triplet: 28, 19 and 17. RGB value is (40,25,23). Sum of RGB (Red+Green+Blue) = 40+25+23=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281917 is #D7E6E8. Grayscale: #1D1D1D. Windows color (decimal): -14149353 or 1513768. OLE color: 1513768.

HSL color Cylindrical-coordinate representation of color #281917: hue angle of 7.06º 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 #281917 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB402523-
CMYK00.380.430.84
HSL7.06º26.98%12.35%-
HSV(B)7.06º42.5%15.69%-
XYZ1.381.210.97-
YUV29.26124.47135.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=45.45%
G=28.41%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40252300.380.430.847.0626.9812.35
Hex2819170262B5471bc
Octal5031270465312473314
Binary101000110011011101001101010111010100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281917; }

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

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

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

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

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

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

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

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