#280A05

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

Shades of Seal Brown #280A05

Tints of Seal Brown #280A05

Color information

#280A05 (or 0x280A05) is unknown color: approx Seal Brown. HEX triplet: 28, 0A and 05. RGB value is (40,10,5). Sum of RGB (Red+Green+Blue) = 40+10+5=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #280A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A05 is #D7F5FA. Grayscale: #121212. Windows color (decimal): -14153211 or 330280. OLE color: 330280.

HSL color Cylindrical-coordinate representation of color #280A05: hue angle of 8.57º 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 #280A05 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB40105-
CMYK00.750.880.84
HSL8.57º77.78%8.82%-
HSV(B)8.57º87.5%15.69%-
XYZ1.010.680.22-
YUV18.4120.44143.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 72.73%
GREEN value IS 10 (4.30% from 255) = 18.18%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=72.73%
G=18.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4010500.750.880.848.5777.788.82
Hex28A504B585494e9
Octal5012501131301241111611
Binary10100010101010100101110110001010100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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