#280F0B

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

Shades of Seal Brown #280F0B

Tints of Seal Brown #280F0B

Color information

#280F0B (or 0x280F0B) is unknown color: approx Seal Brown. HEX triplet: 28, 0F and 0B. RGB value is (40,15,11). Sum of RGB (Red+Green+Blue) = 40+15+11=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F0B is #D7F0F4. Grayscale: #161616. Windows color (decimal): -14151925 or 724776. OLE color: 724776.

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

Color convert

RGB401511-
CMYK00.620.720.84
HSL8.28º56.86%10%-
HSV(B)8.28º72.5%15.69%-
XYZ1.110.820.42-
YUV22.02121.78140.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=60.61%
G=22.73%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40151100.620.720.848.2856.8610
Hex28FB03E4854839a
Octal501713076110124107112
Binary1010001111101101111101001000101010010001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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