#280F04

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

Shades of Seal Brown #280F04

Tints of Seal Brown #280F04

Color information

#280F04 (or 0x280F04) is unknown color: approx Seal Brown. HEX triplet: 28, 0F and 04. RGB value is (40,15,4). Sum of RGB (Red+Green+Blue) = 40+15+4=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F04 is #D7F0FB. Grayscale: #151515. Windows color (decimal): -14151932 or 266024. OLE color: 266024.

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

Color convert

RGB40154-
CMYK00.620.900.84
HSL18.33º81.82%8.63%-
HSV(B)18.33º90%15.69%-
XYZ1.070.80.21-
YUV21.22118.28141.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 15 (6.25% from 255) = 25.42%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=67.80%
G=25.42%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4015400.620.900.8418.3381.828.63
Hex28F403E5A5412529
Octal501740761321242212211
Binary10100011111000111110101101010101001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280F04; }

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

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

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

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

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

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

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

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