#28110B

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

Shades of Seal Brown #28110B

Tints of Seal Brown #28110B

Color information

#28110B (or 0x28110B) is unknown color: approx Seal Brown. HEX triplet: 28, 11 and 0B. RGB value is (40,17,11). Sum of RGB (Red+Green+Blue) = 40+17+11=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #28110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28110B is #D7EEF4. Grayscale: #171717. Windows color (decimal): -14151413 or 725288. OLE color: 725288.

HSL color Cylindrical-coordinate representation of color #28110B: hue angle of 12.41º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28110B is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB401711-
CMYK00.570.720.84
HSL12.41º56.86%10%-
HSV(B)12.41º72.5%15.69%-
XYZ1.140.880.43-
YUV23.19121.12139.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=58.82%
G=25%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40171100.570.720.8412.4156.8610
Hex2811B0394854c39a
Octal502113071110124147112
Binary10100010001101101110011001000101010011001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28110B; }

 p { color: rgb(40,17,11); }

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

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

 a { background-color: rgb(40,17,11); }

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

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

 span { border-color: rgb(40,17,11); }

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