#28100E

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

Shades of Seal Brown #28100E

Tints of Seal Brown #28100E

Color information

#28100E (or 0x28100E) is unknown color: approx Seal Brown. HEX triplet: 28, 10 and 0E. RGB value is (40,16,14). Sum of RGB (Red+Green+Blue) = 40+16+14=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #28100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28100E is #D7EFF1. Grayscale: #161616. Windows color (decimal): -14151666 or 921640. OLE color: 921640.

HSL color Cylindrical-coordinate representation of color #28100E: hue angle of 4.62º 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 #28100E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB401614-
CMYK00.600.650.84
HSL4.62º48.15%10.59%-
HSV(B)4.62º65%15.69%-
XYZ1.140.850.52-
YUV22.95122.95140.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 14 (5.86% from 255) = 20%
R=57.14%
G=22.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40161400.600.650.844.6248.1510.59
Hex2810E03C4154530b
Octal50201607410112456013
Binary1010001000011100111100100000110101001011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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