#281309

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

Shades of Seal Brown #281309

Tints of Seal Brown #281309

Color information

#281309 (or 0x281309) is unknown color: approx Seal Brown. HEX triplet: 28, 13 and 09. RGB value is (40,19,9). Sum of RGB (Red+Green+Blue) = 40+19+9=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #281309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281309 is #D7ECF6. Grayscale: #181818. Windows color (decimal): -14150903 or 594728. OLE color: 594728.

HSL color Cylindrical-coordinate representation of color #281309: hue angle of 19.35º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281309 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB40199-
CMYK00.520.780.84
HSL19.35º63.27%9.61%-
HSV(B)19.35º77.5%15.69%-
XYZ1.160.940.38-
YUV24.14119.46139.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=58.82%
G=27.94%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4019900.520.780.8419.3563.279.61
Hex281390344E54133fa
Octal502311064116124237712
Binary101000100111001011010010011101010100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281309; }

 p { color: rgb(40,19,9); }

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

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

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

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

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

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

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