#411515

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

Shades of Seal Brown #411515

Tints of Seal Brown #411515

Color information

#411515 (or 0x411515) is unknown color: approx Seal Brown. HEX triplet: 41, 15 and 15. RGB value is (65,21,21). Sum of RGB (Red+Green+Blue) = 65+21+21=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411515 is #BEEAEA. Grayscale: #222222. Windows color (decimal): -12511979 or 1381697. OLE color: 1381697.

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

Color convert

RGB652121-
CMYK00.680.680.75
HSL51.16%16.86%-
HSV(B)67.69%25.49%-
XYZ2.581.710.9-
YUV34.16120.58150-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=60.75%
G=19.63%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65212100.680.680.75051.1616.86
Hex411515044444B03311
Octal1012525010410411306321
Binary100000110101101010100010010001001001011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411515; }

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

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

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

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

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

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

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

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