#28140F

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

Shades of Seal Brown #28140F

Tints of Seal Brown #28140F

Color information

#28140F (or 0x28140F) is unknown color: approx Seal Brown. HEX triplet: 28, 14 and 0F. RGB value is (40,20,15). Sum of RGB (Red+Green+Blue) = 40+20+15=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28140F is #D7EBF0. Grayscale: #191919. Windows color (decimal): -14150641 or 988200. OLE color: 988200.

HSL color Cylindrical-coordinate representation of color #28140F: hue angle of 12º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28140F is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB402015-
CMYK00.50.620.84
HSL12º45.45%10.78%-
HSV(B)12º62.5%15.69%-
XYZ1.210.990.58-
YUV25.41122.13138.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 15 (6.25% from 255) = 20%
R=53.33%
G=26.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40201500.50.620.841245.4510.78
Hex2814F0323E54c2db
Octal50241706276124145513
Binary1010001010011110110010111110101010011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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