#280B07

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

Shades of Seal Brown #280B07

Tints of Seal Brown #280B07

Color information

#280B07 (or 0x280B07) is unknown color: approx Seal Brown. HEX triplet: 28, 0B and 07. RGB value is (40,11,7). Sum of RGB (Red+Green+Blue) = 40+11+7=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B07 is #D7F4F8. Grayscale: #131313. Windows color (decimal): -14152953 or 461608. OLE color: 461608.

HSL color Cylindrical-coordinate representation of color #280B07: hue angle of 7.27º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280B07 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB40117-
CMYK00.720.830.84
HSL7.27º70.21%9.22%-
HSV(B)7.27º82.5%15.69%-
XYZ1.030.710.28-
YUV19.21121.11142.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 68.97%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=68.97%
G=18.97%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011700.720.830.847.2770.219.22
Hex28B704853547469
Octal501370110123124710611
Binary1010001011111010010001010011101010011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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