#280806

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

Shades of Seal Brown #280806

Tints of Seal Brown #280806

Color information

#280806 (or 0x280806) is unknown color: approx Seal Brown. HEX triplet: 28, 08 and 06. RGB value is (40,8,6). Sum of RGB (Red+Green+Blue) = 40+8+6=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280806 is #D7F7F9. Grayscale: #111111. Windows color (decimal): -14153722 or 395304. OLE color: 395304.

HSL color Cylindrical-coordinate representation of color #280806: hue angle of 3.53º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280806 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB4086-
CMYK00.800.850.84
HSL3.53º73.91%9.02%-
HSV(B)3.53º85%15.69%-
XYZ0.990.640.24-
YUV17.34121.6144.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 74.07%
GREEN value IS 8 (3.52% from 255) = 14.81%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=74.07%
G=14.81%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal408600.800.850.843.5373.919.02
Hex2886050555444a9
Octal501060120125124411211
Binary1010001000110010100001010101101010010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280806; }

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

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

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

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

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

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

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

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