#281007

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

Shades of Seal Brown #281007

Tints of Seal Brown #281007

Color information

#281007 (or 0x281007) is unknown color: approx Seal Brown. HEX triplet: 28, 10 and 07. RGB value is (40,16,7). Sum of RGB (Red+Green+Blue) = 40+16+7=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #281007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281007 is #D7EFF8. Grayscale: #161616. Windows color (decimal): -14151673 or 462888. OLE color: 462888.

HSL color Cylindrical-coordinate representation of color #281007: hue angle of 16.36º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281007 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB40167-
CMYK00.600.830.84
HSL16.36º70.21%9.22%-
HSV(B)16.36º82.5%15.69%-
XYZ1.10.840.3-
YUV22.15119.45140.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 7 (3.12% from 255) = 11.11%
R=63.49%
G=25.40%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4016700.600.830.8416.3670.219.22
Hex2810703C535410469
Octal502070741231242010611
Binary101000100001110111100101001110101001000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281007; }

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

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

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

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

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

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

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

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