#280504

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

Shades of Seal Brown #280504

Tints of Seal Brown #280504

Color information

#280504 (or 0x280504) is unknown color: approx Seal Brown. HEX triplet: 28, 05 and 04. RGB value is (40,5,4). Sum of RGB (Red+Green+Blue) = 40+5+4=49 (6% of max value = 765). Red value is 40 (16.02% from 255 or 81.63% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 40 - color contains mainly: red. Hex color #280504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280504 is #D7FAFB. Grayscale: #0F0F0F. Windows color (decimal): -14154492 or 263464. OLE color: 263464.

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

Color convert

RGB4054-
CMYK00.880.900.84
HSL1.67º81.82%8.63%-
HSV(B)1.67º90%15.69%-
XYZ0.950.570.17-
YUV15.35121.6145.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 81.63%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 4 (1.95% from 255) = 8.16%
R=81.63%
G=10.20%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal405400.880.900.841.6781.828.63
Hex28540585A542529
Octal50540130132124212211
Binary10100010110001011000101101010101001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280504; }

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

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

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

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

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

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

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

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