#28140C

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

Shades of Seal Brown #28140C

Tints of Seal Brown #28140C

Color information

#28140C (or 0x28140C) is unknown color: approx Seal Brown. HEX triplet: 28, 14 and 0C. RGB value is (40,20,12). Sum of RGB (Red+Green+Blue) = 40+20+12=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28140C is #D7EBF3. Grayscale: #191919. Windows color (decimal): -14150644 or 791592. OLE color: 791592.

HSL color Cylindrical-coordinate representation of color #28140C: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28140C is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB402012-
CMYK00.50.700.84
HSL17.14º53.85%10.2%-
HSV(B)17.14º70%15.69%-
XYZ1.190.980.47-
YUV25.07120.63138.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=55.56%
G=27.78%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40201200.50.700.8417.1453.8510.2
Hex2814C03246541136a
Octal502414062106124216612
Binary101000101001100011001010001101010100100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28140C; }

 p { color: rgb(40,20,12); }

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

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

 a { background-color: rgb(40,20,12); }

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

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

 span { border-color: rgb(40,20,12); }

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