#281412

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

Shades of Seal Brown #281412

Tints of Seal Brown #281412

Color information

#281412 (or 0x281412) is unknown color: approx Seal Brown. HEX triplet: 28, 14 and 12. RGB value is (40,20,18). Sum of RGB (Red+Green+Blue) = 40+20+18=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281412 is #D7EBED. Grayscale: #191919. Windows color (decimal): -14150638 or 1184808. OLE color: 1184808.

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

Color convert

RGB402018-
CMYK00.50.550.84
HSL5.45º37.93%11.37%-
HSV(B)5.45º55%15.69%-
XYZ1.2310.7-
YUV25.75123.63138.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=51.28%
G=25.64%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40201800.50.550.845.4537.9311.37
Hex2814120323754526b
Octal5024220626712454613
Binary1010001010010010011001011011110101001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281412; }

 p { color: rgb(40,20,18); }

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

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

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

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

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

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

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