#280A04

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

Shades of Seal Brown #280A04

Tints of Seal Brown #280A04

Color information

#280A04 (or 0x280A04) is unknown color: approx Seal Brown. HEX triplet: 28, 0A and 04. RGB value is (40,10,4). Sum of RGB (Red+Green+Blue) = 40+10+4=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A04 is #D7F5FB. Grayscale: #121212. Windows color (decimal): -14153212 or 264744. OLE color: 264744.

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

Color convert

RGB40104-
CMYK00.750.900.84
HSL10º81.82%8.63%-
HSV(B)10º90%15.69%-
XYZ1.010.680.19-
YUV18.29119.94143.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 74.07%
GREEN value IS 10 (4.30% from 255) = 18.52%
BLUE value IS 4 (1.95% from 255) = 7.41%
R=74.07%
G=18.52%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4010400.750.900.841081.828.63
Hex28A404B5A54a529
Octal5012401131321241212211
Binary10100010101000100101110110101010100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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