#280500

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

Shades of Seal Brown #280500

Tints of Seal Brown #280500

Color information

#280500 (or 0x280500) is unknown color: approx Seal Brown. HEX triplet: 28, 05 and 00. RGB value is (40,5,0). Sum of RGB (Red+Green+Blue) = 40+5+0=45 (5% of max value = 765). Red value is 40 (16.02% from 255 or 88.89% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 40 - color contains mainly: red. Hex color #280500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280500 is #D7FAFF. Grayscale: #0E0E0E. Windows color (decimal): -14154496 or 1320. OLE color: 1320.

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

Color convert

RGB4050-
CMYK00.8810.84
HSL7.5º100%7.84%-
HSV(B)7.5º100%15.69%-
XYZ0.930.560.06-
YUV14.9119.6145.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 88.89%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.89%
G=11.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal405000.8810.847.51007.84
Hex285005864548648
Octal505001301441241014410
Binary10100010100101100011001001010100100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280500; }

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

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

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

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

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

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

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

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