#28150E

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

Shades of Seal Brown #28150E

Tints of Seal Brown #28150E

Color information

#28150E (or 0x28150E) is unknown color: approx Seal Brown. HEX triplet: 28, 15 and 0E. RGB value is (40,21,14). Sum of RGB (Red+Green+Blue) = 40+21+14=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150E is #D7EAF1. Grayscale: #191919. Windows color (decimal): -14150386 or 922920. OLE color: 922920.

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

Color convert

RGB402114-
CMYK00.480.650.84
HSL16.15º48.15%10.59%-
HSV(B)16.15º65%15.69%-
XYZ1.221.020.55-
YUV25.88121.29138.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=53.33%
G=28%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211400.480.650.8416.1548.1510.59
Hex2815E03041541030b
Octal502516060101124206013
Binary101000101011110011000010000011010100100001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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