#28100D

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

Shades of Seal Brown #28100D

Tints of Seal Brown #28100D

Color information

#28100D (or 0x28100D) is unknown color: approx Seal Brown. HEX triplet: 28, 10 and 0D. RGB value is (40,16,13). Sum of RGB (Red+Green+Blue) = 40+16+13=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #28100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28100D is #D7EFF2. Grayscale: #161616. Windows color (decimal): -14151667 or 856104. OLE color: 856104.

HSL color Cylindrical-coordinate representation of color #28100D: hue angle of 6.67º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28100D is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB401613-
CMYK00.600.670.84
HSL6.67º50.94%10.39%-
HSV(B)6.67º67.5%15.69%-
XYZ1.130.850.49-
YUV22.83122.45140.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=57.97%
G=23.19%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40161300.600.670.846.6750.9410.39
Hex2810D03C4354733a
Octal50201507410312476312
Binary1010001000011010111100100001110101001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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