#28130A

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

Shades of Seal Brown #28130A

Tints of Seal Brown #28130A

Color information

#28130A (or 0x28130A) is unknown color: approx Seal Brown. HEX triplet: 28, 13 and 0A. RGB value is (40,19,10). Sum of RGB (Red+Green+Blue) = 40+19+10=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #28130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28130A is #D7ECF5. Grayscale: #181818. Windows color (decimal): -14150902 or 660264. OLE color: 660264.

HSL color Cylindrical-coordinate representation of color #28130A: hue angle of 18º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28130A is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB401910-
CMYK00.520.750.84
HSL18º60%9.8%-
HSV(B)18º75%15.69%-
XYZ1.160.940.41-
YUV24.25119.96139.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=57.97%
G=27.54%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40191000.520.750.8418609.8
Hex2813A0344B54123ca
Octal502312064113124227412
Binary101000100111010011010010010111010100100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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