#280A0A

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

Shades of Seal Brown #280A0A

Tints of Seal Brown #280A0A

Color information

#280A0A (or 0x280A0A) is unknown color: approx Seal Brown. HEX triplet: 28, 0A and 0A. RGB value is (40,10,10). Sum of RGB (Red+Green+Blue) = 40+10+10=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #280A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A0A is #D7F5F5. Grayscale: #131313. Windows color (decimal): -14153206 or 657960. OLE color: 657960.

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

Color convert

RGB401010-
CMYK00.750.750.84
HSL60%9.8%-
HSV(B)75%15.69%-
XYZ1.040.690.37-
YUV18.97122.94143-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 10 (4.30% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40101000.750.750.840609.8
Hex28AA04B4B5403ca
Octal501212011311312407412
Binary10100010101010010010111001011101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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