#411001

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

Shades of Seal Brown #411001

Tints of Seal Brown #411001

Color information

#411001 (or 0x411001) is unknown color: approx Seal Brown. HEX triplet: 41, 10 and 01. RGB value is (65,16,1). Sum of RGB (Red+Green+Blue) = 65+16+1=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #411001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411001 is #BEEFFE. Grayscale: #1D1D1D. Windows color (decimal): -12513279 or 69697. OLE color: 69697.

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

Color convert

RGB65161-
CMYK00.750.980.75
HSL14.06º96.97%12.94%-
HSV(B)14.06º98.46%25.49%-
XYZ2.371.50.19-
YUV28.94112.23153.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 79.27%
GREEN value IS 16 (6.64% from 255) = 19.51%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=79.27%
G=19.51%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6516100.750.980.7514.0696.9712.94
Hex4110104B624Be61d
Octal10120101131421131614115
Binary10000011000010100101111000101001011111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411001; }

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

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

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

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

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

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

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

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