#411306

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

Shades of Seal Brown #411306

Tints of Seal Brown #411306

Color information

#411306 (or 0x411306) is unknown color: approx Seal Brown. HEX triplet: 41, 13 and 06. RGB value is (65,19,6). Sum of RGB (Red+Green+Blue) = 65+19+6=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #411306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411306 is #BEECF9. Grayscale: #1F1F1F. Windows color (decimal): -12512506 or 398145. OLE color: 398145.

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

Color convert

RGB65196-
CMYK00.710.910.75
HSL13.22º83.1%13.92%-
HSV(B)13.22º90.77%25.49%-
XYZ2.451.60.35-
YUV31.27113.74152.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 72.22%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 6 (2.73% from 255) = 6.67%
R=72.22%
G=21.11%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6519600.710.910.7513.2283.113.92
Hex411360475B4Bd53e
Octal10123601071331131512316
Binary1000001100111100100011110110111001011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411306; }

 p { color: rgb(65,19,6); }

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

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

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

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

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

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

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