#28150F

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

Shades of Seal Brown #28150F

Tints of Seal Brown #28150F

Color information

#28150F (or 0x28150F) is unknown color: approx Seal Brown. HEX triplet: 28, 15 and 0F. RGB value is (40,21,15). Sum of RGB (Red+Green+Blue) = 40+21+15=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #28150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150F is #D7EAF0. Grayscale: #1A1A1A. Windows color (decimal): -14150385 or 988456. OLE color: 988456.

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

Color convert

RGB402115-
CMYK00.480.620.84
HSL14.4º45.45%10.78%-
HSV(B)14.4º62.5%15.69%-
XYZ1.231.020.58-
YUV26121.79137.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=52.63%
G=27.63%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211500.480.620.8414.445.4510.78
Hex2815F0303E54e2db
Octal50251706076124165513
Binary1010001010111110110000111110101010011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28150F; }

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

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

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

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

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

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

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

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