#411610

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

Shades of Seal Brown #411610

Tints of Seal Brown #411610

Color information

#411610 (or 0x411610) is unknown color: approx Seal Brown. HEX triplet: 41, 16 and 10. RGB value is (65,22,16). Sum of RGB (Red+Green+Blue) = 65+22+16=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411610 is #BEE9EF. Grayscale: #222222. Windows color (decimal): -12511728 or 1054273. OLE color: 1054273.

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

Color convert

RGB652216-
CMYK00.660.750.75
HSL7.35º60.49%15.88%-
HSV(B)7.35º75.38%25.49%-
XYZ2.561.740.69-
YUV34.17117.75149.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=63.11%
G=21.36%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65221600.660.750.757.3560.4915.88
Hex4116100424B4B73c10
Octal1012620010211311377420
Binary10000011011010000010000101001011100101111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411610; }

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

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

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

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

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

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

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

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