#280906

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

Shades of Seal Brown #280906

Tints of Seal Brown #280906

Color information

#280906 (or 0x280906) is unknown color: approx Seal Brown. HEX triplet: 28, 09 and 06. RGB value is (40,9,6). Sum of RGB (Red+Green+Blue) = 40+9+6=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #280906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280906 is #D7F6F9. Grayscale: #111111. Windows color (decimal): -14153466 or 395560. OLE color: 395560.

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

Color convert

RGB4096-
CMYK00.780.850.84
HSL5.29º73.91%9.02%-
HSV(B)5.29º85%15.69%-
XYZ1.010.660.25-
YUV17.93121.27143.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 72.73%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=72.73%
G=16.36%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal409600.780.850.845.2973.919.02
Hex289604E555454a9
Octal501160116125124511211
Binary1010001001110010011101010101101010010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280906; }

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

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

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

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

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

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

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

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