#280B09

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

Shades of Seal Brown #280B09

Tints of Seal Brown #280B09

Color information

#280B09 (or 0x280B09) is unknown color: approx Seal Brown. HEX triplet: 28, 0B and 09. RGB value is (40,11,9). Sum of RGB (Red+Green+Blue) = 40+11+9=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #280B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B09 is #D7F4F6. Grayscale: #131313. Windows color (decimal): -14152951 or 592680. OLE color: 592680.

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

Color convert

RGB40119-
CMYK00.720.780.84
HSL3.87º63.27%9.61%-
HSV(B)3.87º77.5%15.69%-
XYZ1.040.710.34-
YUV19.44122.11142.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 9 (3.91% from 255) = 15%
R=66.67%
G=18.33%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011900.720.780.843.8763.279.61
Hex28B90484E5443fa
Octal501311011011612447712
Binary1010001011100101001000100111010101001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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