#280A09

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

Shades of Seal Brown #280A09

Tints of Seal Brown #280A09

Color information

#280A09 (or 0x280A09) is unknown color: approx Seal Brown. HEX triplet: 28, 0A and 09. RGB value is (40,10,9). Sum of RGB (Red+Green+Blue) = 40+10+9=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A09 is #D7F5F6. Grayscale: #121212. Windows color (decimal): -14153207 or 592424. OLE color: 592424.

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

Color convert

RGB40109-
CMYK00.750.780.84
HSL1.94º63.27%9.61%-
HSV(B)1.94º77.5%15.69%-
XYZ1.030.690.34-
YUV18.86122.44143.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=67.80%
G=16.95%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4010900.750.780.841.9463.279.61
Hex28A904B4E5423fa
Octal501211011311612427712
Binary101000101010010100101110011101010100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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