#411210

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

Shades of Seal Brown #411210

Tints of Seal Brown #411210

Color information

#411210 (or 0x411210) is unknown color: approx Seal Brown. HEX triplet: 41, 12 and 10. RGB value is (65,18,16). Sum of RGB (Red+Green+Blue) = 65+18+16=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411210 is #BEEDEF. Grayscale: #1F1F1F. Windows color (decimal): -12512752 or 1053249. OLE color: 1053249.

HSL color Cylindrical-coordinate representation of color #411210: hue angle of 2.45º 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 #411210 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB651816-
CMYK00.720.750.75
HSL2.45º60.49%15.88%-
HSV(B)2.45º75.38%25.49%-
XYZ2.491.590.67-
YUV31.82119.07151.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=65.66%
G=18.18%
B=16.16%

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
Decimal65181600.720.750.752.4560.4915.88
Hex4112100484B4B23c10
Octal1012220011011311327420
Binary1000001100101000001001000100101110010111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411210; }

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

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

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

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

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

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

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

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