#280100

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

Shades of Seal Brown #280100

Tints of Seal Brown #280100

Color information

#280100 (or 0x280100) is unknown color: approx Seal Brown. HEX triplet: 28, 01 and 00. RGB value is (40,1,0). Sum of RGB (Red+Green+Blue) = 40+1+0=41 (5% of max value = 765). Red value is 40 (16.02% from 255 or 97.56% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 40 - color contains mainly: red. Hex color #280100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280100 is #D7FEFF. Grayscale: #0C0C0C. Windows color (decimal): -14155520 or 296. OLE color: 296.

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

Color convert

RGB4010-
CMYK00.9810.84
HSL1.5º100%7.84%-
HSV(B)1.5º100%15.69%-
XYZ0.890.470.04-
YUV12.55120.92147.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 97.56%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.56%
G=2.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal401000.9810.841.51007.84
Hex281006264542648
Octal50100142144124214410
Binary1010001001100010110010010101001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280100; }

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

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

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

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

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

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

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

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