#280702

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

Shades of Seal Brown #280702

Tints of Seal Brown #280702

Color information

#280702 (or 0x280702) is unknown color: approx Seal Brown. HEX triplet: 28, 07 and 02. RGB value is (40,7,2). Sum of RGB (Red+Green+Blue) = 40+7+2=49 (6% of max value = 765). Red value is 40 (16.02% from 255 or 81.63% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 40 - color contains mainly: red. Hex color #280702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280702 is #D7F8FD. Grayscale: #101010. Windows color (decimal): -14153982 or 132904. OLE color: 132904.

HSL color Cylindrical-coordinate representation of color #280702: hue angle of 7.89º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280702 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB4072-
CMYK00.830.950.84
HSL7.89º90.48%8.24%-
HSV(B)7.89º95%15.69%-
XYZ0.960.610.12-
YUV16.3119.93144.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 81.63%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 2 (1.17% from 255) = 4.08%
R=81.63%
G=14.29%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal407200.830.950.847.8990.488.24
Hex28720535F5485a8
Octal507201231371241013210
Binary101000111100101001110111111010100100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280702; }

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

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

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

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

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

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

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

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