#280801

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

Shades of Seal Brown #280801

Tints of Seal Brown #280801

Color information

#280801 (or 0x280801) is unknown color: approx Seal Brown. HEX triplet: 28, 08 and 01. RGB value is (40,8,1). Sum of RGB (Red+Green+Blue) = 40+8+1=49 (6% of max value = 765). Red value is 40 (16.02% from 255 or 81.63% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 40 - color contains mainly: red. Hex color #280801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280801 is #D7F7FE. Grayscale: #101010. Windows color (decimal): -14153727 or 67624. OLE color: 67624.

HSL color Cylindrical-coordinate representation of color #280801: hue angle of 10.77º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280801 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB4081-
CMYK00.800.980.84
HSL10.77º95.12%8.04%-
HSV(B)10.77º97.5%15.69%-
XYZ0.970.630.1-
YUV16.77119.1144.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 81.63%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=81.63%
G=16.33%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal408100.800.980.8410.7795.128.04
Hex28810506254b5f8
Octal5010101201421241313710
Binary101000100010101000011000101010100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280801; }

 p { color: rgb(40,8,1); }

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

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

 a { background-color: rgb(40,8,1); }

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

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

 span { border-color: rgb(40,8,1); }

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