#281513

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

Shades of Seal Brown #281513

Tints of Seal Brown #281513

Color information

#281513 (or 0x281513) is unknown color: approx Seal Brown. HEX triplet: 28, 15 and 13. RGB value is (40,21,19). Sum of RGB (Red+Green+Blue) = 40+21+19=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281513 is #D7EAEC. Grayscale: #1A1A1A. Windows color (decimal): -14150381 or 1250600. OLE color: 1250600.

HSL color Cylindrical-coordinate representation of color #281513: hue angle of 5.71º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281513 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB402119-
CMYK00.480.520.84
HSL5.71º35.59%11.57%-
HSV(B)5.71º52.5%15.69%-
XYZ1.261.030.75-
YUV26.45123.79137.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=50%
G=26.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211900.480.520.845.7135.5911.57
Hex2815130303454624c
Octal5025230606412464414
Binary1010001010110011011000011010010101001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281513; }

 p { color: rgb(40,21,19); }

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

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

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

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

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

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

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