#401210

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

Shades of Seal Brown #401210

Tints of Seal Brown #401210

Color information

#401210 (or 0x401210) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 10. RGB value is (64,18,16). Sum of RGB (Red+Green+Blue) = 64+18+16=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401210 is #BFEDEF. Grayscale: #1F1F1F. Windows color (decimal): -12578288 or 1053248. OLE color: 1053248.

HSL color Cylindrical-coordinate representation of color #401210: hue angle of 2.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401210 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB641816-
CMYK00.720.750.75
HSL2.5º60%15.69%-
HSV(B)2.5º75%25.1%-
XYZ2.421.560.66-
YUV31.53119.24151.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=65.31%
G=18.37%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64181600.720.750.752.56015.69
Hex4012100484B4B33c10
Octal1002220011011311337420
Binary1000000100101000001001000100101110010111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401210; }

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

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

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

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

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

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

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

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