#411612

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

Shades of Seal Brown #411612

Tints of Seal Brown #411612

Color information

#411612 (or 0x411612) is unknown color: approx Seal Brown. HEX triplet: 41, 16 and 12. RGB value is (65,22,18). Sum of RGB (Red+Green+Blue) = 65+22+18=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411612 is #BEE9ED. Grayscale: #222222. Windows color (decimal): -12511726 or 1185345. OLE color: 1185345.

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

Color convert

RGB652218-
CMYK00.660.720.75
HSL5.11º56.63%16.27%-
HSV(B)5.11º72.31%25.49%-
XYZ2.581.740.77-
YUV34.4118.75149.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=61.90%
G=20.95%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65221800.660.720.755.1156.6316.27
Hex411612042484B53910
Octal1012622010211011357120
Binary10000011011010010010000101001000100101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411612; }

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

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

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

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

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

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

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

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