#28110F

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

Shades of Seal Brown #28110F

Tints of Seal Brown #28110F

Color information

#28110F (or 0x28110F) is unknown color: approx Seal Brown. HEX triplet: 28, 11 and 0F. RGB value is (40,17,15). Sum of RGB (Red+Green+Blue) = 40+17+15=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28110F is #D7EEF0. Grayscale: #171717. Windows color (decimal): -14151409 or 987432. OLE color: 987432.

HSL color Cylindrical-coordinate representation of color #28110F: hue angle of 4.8º 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 #28110F is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB401715-
CMYK00.570.620.84
HSL4.8º45.45%10.78%-
HSV(B)4.8º62.5%15.69%-
XYZ1.160.890.56-
YUV23.65123.12139.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=55.56%
G=23.61%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40171500.570.620.844.845.4510.78
Hex2811F0393E5452db
Octal5021170717612455513
Binary101000100011111011100111111010101001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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