#281410

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

Shades of Seal Brown #281410

Tints of Seal Brown #281410

Color information

#281410 (or 0x281410) is unknown color: approx Seal Brown. HEX triplet: 28, 14 and 10. RGB value is (40,20,16). Sum of RGB (Red+Green+Blue) = 40+20+16=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #281410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281410 is #D7EBEF. Grayscale: #191919. Windows color (decimal): -14150640 or 1053736. OLE color: 1053736.

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

Color convert

RGB402016-
CMYK00.50.600.84
HSL10º42.86%10.98%-
HSV(B)10º60%15.69%-
XYZ1.220.990.62-
YUV25.52122.63138.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=52.63%
G=26.32%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40201600.50.600.841042.8610.98
Hex2814100323C54a2bb
Octal50242006274124125313
Binary10100010100100000110010111100101010010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281410; }

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

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

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

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

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

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

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

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