#281210

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

Shades of Seal Brown #281210

Tints of Seal Brown #281210

Color information

#281210 (or 0x281210) is unknown color: approx Seal Brown. HEX triplet: 28, 12 and 10. RGB value is (40,18,16). Sum of RGB (Red+Green+Blue) = 40+18+16=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #281210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281210 is #D7EDEF. Grayscale: #181818. Windows color (decimal): -14151152 or 1053224. OLE color: 1053224.

HSL color Cylindrical-coordinate representation of color #281210: hue angle of 5º 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 #281210 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB401816-
CMYK00.550.600.84
HSL42.86%10.98%-
HSV(B)60%15.69%-
XYZ1.180.920.61-
YUV24.35123.29139.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=54.05%
G=24.32%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40181600.550.600.84542.8610.98
Hex2812100373C5452bb
Octal5022200677412455313
Binary1010001001010000011011111110010101001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281210; }

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

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

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

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

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

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

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

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