#281413

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

Shades of Seal Brown #281413

Tints of Seal Brown #281413

Color information

#281413 (or 0x281413) is unknown color: approx Seal Brown. HEX triplet: 28, 14 and 13. RGB value is (40,20,19). Sum of RGB (Red+Green+Blue) = 40+20+19=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281413 is #D7EBEC. Grayscale: #191919. Windows color (decimal): -14150637 or 1250344. OLE color: 1250344.

HSL color Cylindrical-coordinate representation of color #281413: hue angle of 2.86º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281413 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB402019-
CMYK00.50.520.84
HSL2.86º35.59%11.57%-
HSV(B)2.86º52.5%15.69%-
XYZ1.2410.74-
YUV25.87124.13138.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 19 (7.81% from 255) = 24.05%
R=50.63%
G=25.32%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40201900.50.520.842.8635.5911.57
Hex2814130323454324c
Octal5024230626412434414
Binary101000101001001101100101101001010100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281413; }

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

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

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

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

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

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

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

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