#280905

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

Shades of Seal Brown #280905

Tints of Seal Brown #280905

Color information

#280905 (or 0x280905) is unknown color: approx Seal Brown. HEX triplet: 28, 09 and 05. RGB value is (40,9,5). Sum of RGB (Red+Green+Blue) = 40+9+5=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280905 is #D7F6FA. Grayscale: #111111. Windows color (decimal): -14153467 or 330024. OLE color: 330024.

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

Color convert

RGB4095-
CMYK00.780.880.84
HSL6.86º77.78%8.82%-
HSV(B)6.86º87.5%15.69%-
XYZ10.660.22-
YUV17.81120.77143.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 74.07%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=74.07%
G=16.67%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal409500.780.880.846.8677.788.82
Hex289504E585474e9
Octal501150116130124711611
Binary1010001001101010011101011000101010011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280905; }

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

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

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

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

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

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

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

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