#281510

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

Shades of Seal Brown #281510

Tints of Seal Brown #281510

Color information

#281510 (or 0x281510) is unknown color: approx Seal Brown. HEX triplet: 28, 15 and 10. RGB value is (40,21,16). Sum of RGB (Red+Green+Blue) = 40+21+16=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281510 is #D7EAEF. Grayscale: #1A1A1A. Windows color (decimal): -14150384 or 1053992. OLE color: 1053992.

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

Color convert

RGB402116-
CMYK00.480.600.84
HSL12.5º42.86%10.98%-
HSV(B)12.5º60%15.69%-
XYZ1.241.020.62-
YUV26.11122.29137.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=51.95%
G=27.27%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211600.480.600.8412.542.8610.98
Hex2815100303C54d2bb
Octal50252006074124155313
Binary10100010101100000110000111100101010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281510; }

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

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

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

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

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

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

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

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