#28130E

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

Shades of Seal Brown #28130E

Tints of Seal Brown #28130E

Color information

#28130E (or 0x28130E) is unknown color: approx Seal Brown. HEX triplet: 28, 13 and 0E. RGB value is (40,19,14). Sum of RGB (Red+Green+Blue) = 40+19+14=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28130E is #D7ECF1. Grayscale: #181818. Windows color (decimal): -14150898 or 922408. OLE color: 922408.

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

Color convert

RGB401914-
CMYK00.520.650.84
HSL11.54º48.15%10.59%-
HSV(B)11.54º65%15.69%-
XYZ1.190.950.54-
YUV24.71121.96138.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=54.79%
G=26.03%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40191400.520.650.8411.5448.1510.59
Hex2813E0344154c30b
Octal502316064101124146013
Binary10100010011111001101001000001101010011001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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