#280800

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

Shades of Seal Brown #280800

Tints of Seal Brown #280800

Color information

#280800 (or 0x280800) is unknown color: approx Seal Brown. HEX triplet: 28, 08 and 00. RGB value is (40,8,0). Sum of RGB (Red+Green+Blue) = 40+8+0=48 (6% of max value = 765). Red value is 40 (16.02% from 255 or 83.33% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 40 - color contains mainly: red. Hex color #280800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280800 is #D7F7FF. Grayscale: #101010. Windows color (decimal): -14153728 or 2088. OLE color: 2088.

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

Color convert

RGB4080-
CMYK00.8010.84
HSL12º100%7.84%-
HSV(B)12º100%15.69%-
XYZ0.960.620.07-
YUV16.66118.6144.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 83.33%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.33%
G=16.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal408000.8010.84121007.84
Hex28800506454c648
Octal5010001201441241414410
Binary101000100000101000011001001010100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280800; }

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

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

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

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

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

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

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

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