#28140D

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

Shades of Seal Brown #28140D

Tints of Seal Brown #28140D

Color information

#28140D (or 0x28140D) is unknown color: approx Seal Brown. HEX triplet: 28, 14 and 0D. RGB value is (40,20,13). Sum of RGB (Red+Green+Blue) = 40+20+13=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28140D is #D7EBF2. Grayscale: #191919. Windows color (decimal): -14150643 or 857128. OLE color: 857128.

HSL color Cylindrical-coordinate representation of color #28140D: hue angle of 15.56º 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 #28140D is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB402013-
CMYK00.50.670.84
HSL15.56º50.94%10.39%-
HSV(B)15.56º67.5%15.69%-
XYZ1.20.980.51-
YUV25.18121.13138.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=54.79%
G=27.40%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40201300.50.670.8415.5650.9410.39
Hex2814D03243541033a
Octal502415062103124206312
Binary101000101001101011001010000111010100100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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