#411812

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

Shades of Seal Brown #411812

Tints of Seal Brown #411812

Color information

#411812 (or 0x411812) is unknown color: approx Seal Brown. HEX triplet: 41, 18 and 12. RGB value is (65,24,18). Sum of RGB (Red+Green+Blue) = 65+24+18=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411812 is #BEE7ED. Grayscale: #232323. Windows color (decimal): -12511214 or 1185857. OLE color: 1185857.

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

Color convert

RGB652418-
CMYK00.630.720.75
HSL7.66º56.63%16.27%-
HSV(B)7.66º72.31%25.49%-
XYZ2.621.820.79-
YUV35.57118.08148.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=60.75%
G=22.43%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65241800.630.720.757.6656.6316.27
Hex41181203F484B83910
Octal1013022077110113107120
Binary10000011100010010011111110010001001011100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411812; }

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

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

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

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

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

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

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

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