#280201

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

Shades of Seal Brown #280201

Tints of Seal Brown #280201

Color information

#280201 (or 0x280201) is unknown color: approx Seal Brown. HEX triplet: 28, 02 and 01. RGB value is (40,2,1). Sum of RGB (Red+Green+Blue) = 40+2+1=43 (5% of max value = 765). Red value is 40 (16.02% from 255 or 93.02% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 40 - color contains mainly: red. Hex color #280201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280201 is #D7FDFE. Grayscale: #0D0D0D. Windows color (decimal): -14155263 or 66088. OLE color: 66088.

HSL color Cylindrical-coordinate representation of color #280201: hue angle of 1.54º 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 #280201 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB4021-
CMYK00.950.980.84
HSL1.54º95.12%8.04%-
HSV(B)1.54º97.5%15.69%-
XYZ0.90.50.08-
YUV13.25121.09147.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 93.02%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=93.02%
G=4.65%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal402100.950.980.841.5495.128.04
Hex282105F625425f8
Octal50210137142124213710
Binary10100010101011111110001010101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280201; }

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

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

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

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

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

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

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

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