#28100A

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

Shades of Seal Brown #28100A

Tints of Seal Brown #28100A

Color information

#28100A (or 0x28100A) is unknown color: approx Seal Brown. HEX triplet: 28, 10 and 0A. RGB value is (40,16,10). Sum of RGB (Red+Green+Blue) = 40+16+10=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #28100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28100A is #D7EFF5. Grayscale: #161616. Windows color (decimal): -14151670 or 659496. OLE color: 659496.

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

Color convert

RGB401610-
CMYK00.600.750.84
HSL12º60%9.8%-
HSV(B)12º75%15.69%-
XYZ1.120.840.39-
YUV22.49120.95140.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=60.61%
G=24.24%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40161000.600.750.8412609.8
Hex2810A03C4B54c3ca
Octal502012074113124147412
Binary10100010000101001111001001011101010011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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