#281002

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

Shades of Seal Brown #281002

Tints of Seal Brown #281002

Color information

#281002 (or 0x281002) is unknown color: approx Seal Brown. HEX triplet: 28, 10 and 02. RGB value is (40,16,2). Sum of RGB (Red+Green+Blue) = 40+16+2=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #281002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281002 is #D7EFFD. Grayscale: #151515. Windows color (decimal): -14151678 or 135208. OLE color: 135208.

HSL color Cylindrical-coordinate representation of color #281002: hue angle of 22.11º 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 #281002 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB40162-
CMYK00.600.950.84
HSL22.11º90.48%8.24%-
HSV(B)22.11º95%15.69%-
XYZ1.070.830.16-
YUV21.58116.95141.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 68.97%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=68.97%
G=27.59%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4016200.600.950.8422.1190.488.24
Hex2810203C5F54165a8
Octal502020741371242613210
Binary10100010000100111100101111110101001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281002; }

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

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

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

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

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

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

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

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