#280E09

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

Shades of Seal Brown #280E09

Tints of Seal Brown #280E09

Color information

#280E09 (or 0x280E09) is unknown color: approx Seal Brown. HEX triplet: 28, 0E and 09. RGB value is (40,14,9). Sum of RGB (Red+Green+Blue) = 40+14+9=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E09 is #D7F1F6. Grayscale: #151515. Windows color (decimal): -14152183 or 593448. OLE color: 593448.

HSL color Cylindrical-coordinate representation of color #280E09: hue angle of 9.68º 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 #280E09 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB40149-
CMYK00.650.780.84
HSL9.68º63.27%9.61%-
HSV(B)9.68º77.5%15.69%-
XYZ1.080.780.35-
YUV21.2121.11141.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 14 (5.86% from 255) = 22.22%
BLUE value IS 9 (3.91% from 255) = 14.29%
R=63.49%
G=22.22%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4014900.650.780.849.6863.279.61
Hex28E90414E54a3fa
Octal5016110101116124127712
Binary10100011101001010000011001110101010010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280E09; }

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

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

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

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

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

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

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

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