#281616

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

Shades of Seal Brown #281616

Tints of Seal Brown #281616

Color information

#281616 (or 0x281616) is unknown color: approx Seal Brown. HEX triplet: 28, 16 and 16. RGB value is (40,22,22). Sum of RGB (Red+Green+Blue) = 40+22+22=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281616 is #D7E9E9. Grayscale: #1B1B1B. Windows color (decimal): -14150122 or 1447464. OLE color: 1447464.

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

Color convert

RGB402222-
CMYK00.450.450.84
HSL29.03%12.16%-
HSV(B)45%15.69%-
XYZ1.311.080.9-
YUV27.38124.96137-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=47.62%
G=26.19%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40222200.450.450.84029.0312.16
Hex28161602D2D5401dc
Octal5026260555512403514
Binary1010001011010110010110110110110101000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281616; }

 p { color: rgb(40,22,22); }

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

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

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

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

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

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

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