#281512

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

Shades of Seal Brown #281512

Tints of Seal Brown #281512

Color information

#281512 (or 0x281512) is unknown color: approx Seal Brown. HEX triplet: 28, 15 and 12. RGB value is (40,21,18). Sum of RGB (Red+Green+Blue) = 40+21+18=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281512 is #D7EAED. Grayscale: #1A1A1A. Windows color (decimal): -14150382 or 1185064. OLE color: 1185064.

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

Color convert

RGB402118-
CMYK00.480.550.84
HSL8.18º37.93%11.37%-
HSV(B)8.18º55%15.69%-
XYZ1.251.030.71-
YUV26.34123.29137.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=50.63%
G=26.58%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211800.480.550.848.1837.9311.37
Hex2815120303754826b
Octal50252206067124104613
Binary10100010101100100110000110111101010010001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281512; }

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

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

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

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

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

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

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

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