#411212

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

Shades of Seal Brown #411212

Tints of Seal Brown #411212

Color information

#411212 (or 0x411212) is unknown color: approx Seal Brown. HEX triplet: 41, 12 and 12. RGB value is (65,18,18). Sum of RGB (Red+Green+Blue) = 65+18+18=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411212 is #BEEDED. Grayscale: #202020. Windows color (decimal): -12512750 or 1184321. OLE color: 1184321.

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

Color convert

RGB651818-
CMYK00.720.720.75
HSL56.63%16.27%-
HSV(B)72.31%25.49%-
XYZ2.511.60.75-
YUV32.05120.07151.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=64.36%
G=17.82%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65181800.720.720.75056.6316.27
Hex411212048484B03910
Octal1012222011011011307120
Binary100000110010100100100100010010001001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411212; }

 p { color: rgb(65,18,18); }

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

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

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

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

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

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

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