#280604

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

Shades of Seal Brown #280604

Tints of Seal Brown #280604

Color information

#280604 (or 0x280604) is unknown color: approx Seal Brown. HEX triplet: 28, 06 and 04. RGB value is (40,6,4). Sum of RGB (Red+Green+Blue) = 40+6+4=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280604 is #D7F9FB. Grayscale: #0F0F0F. Windows color (decimal): -14154236 or 263720. OLE color: 263720.

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

Color convert

RGB4064-
CMYK00.850.900.84
HSL3.33º81.82%8.63%-
HSV(B)3.33º90%15.69%-
XYZ0.960.590.18-
YUV15.94121.26145.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 80%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 4 (1.95% from 255) = 8%
R=80%
G=12%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal406400.850.900.843.3381.828.63
Hex28640555A543529
Octal50640125132124312211
Binary10100011010001010101101101010101001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280604; }

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

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

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

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

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

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

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

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