#280B05

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

Shades of Seal Brown #280B05

Tints of Seal Brown #280B05

Color information

#280B05 (or 0x280B05) is unknown color: approx Seal Brown. HEX triplet: 28, 0B and 05. RGB value is (40,11,5). Sum of RGB (Red+Green+Blue) = 40+11+5=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #280B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B05 is #D7F4FA. Grayscale: #131313. Windows color (decimal): -14152955 or 330536. OLE color: 330536.

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

Color convert

RGB40115-
CMYK00.720.880.84
HSL10.29º77.78%8.82%-
HSV(B)10.29º87.5%15.69%-
XYZ1.020.70.23-
YUV18.99120.11142.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 71.43%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=71.43%
G=19.64%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011500.720.880.8410.2977.788.82
Hex28B50485854a4e9
Octal5013501101301241211611
Binary10100010111010100100010110001010100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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