#280300

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

Shades of Seal Brown #280300

Tints of Seal Brown #280300

Color information

#280300 (or 0x280300) is unknown color: approx Seal Brown. HEX triplet: 28, 03 and 00. RGB value is (40,3,0). Sum of RGB (Red+Green+Blue) = 40+3+0=43 (5% of max value = 765). Red value is 40 (16.02% from 255 or 93.02% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 40 - color contains mainly: red. Hex color #280300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280300 is #D7FCFF. Grayscale: #0D0D0D. Windows color (decimal): -14155008 or 808. OLE color: 808.

HSL color Cylindrical-coordinate representation of color #280300: hue angle of 4.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 #280300 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB4030-
CMYK00.9310.84
HSL4.5º100%7.84%-
HSV(B)4.5º100%15.69%-
XYZ0.910.520.05-
YUV13.72120.26146.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 93.02%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.02%
G=6.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal403000.9310.844.51007.84
Hex283005D64544648
Octal50300135144124414410
Binary101000110010111011100100101010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280300; }

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

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

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

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

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

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

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

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