#280F0F

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

Shades of Seal Brown #280F0F

Tints of Seal Brown #280F0F

Color information

#280F0F (or 0x280F0F) is unknown color: approx Seal Brown. HEX triplet: 28, 0F and 0F. RGB value is (40,15,15). Sum of RGB (Red+Green+Blue) = 40+15+15=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F0F is #D7F0F0. Grayscale: #161616. Windows color (decimal): -14151921 or 986920. OLE color: 986920.

HSL color Cylindrical-coordinate representation of color #280F0F: hue angle of 0º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #280F0F is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB401515-
CMYK00.620.620.84
HSL45.45%10.78%-
HSV(B)62.5%15.69%-
XYZ1.130.830.55-
YUV22.48123.78140.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=57.14%
G=21.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40151500.620.620.84045.4510.78
Hex28FF03E3E5402db
Octal5017170767612405513
Binary101000111111110111110111110101010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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