#410E05

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

Shades of Seal Brown #410E05

Tints of Seal Brown #410E05

Color information

#410E05 (or 0x410E05) is unknown color: approx Seal Brown. HEX triplet: 41, 0E and 05. RGB value is (65,14,5). Sum of RGB (Red+Green+Blue) = 65+14+5=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #410E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E05 is #BEF1FA. Grayscale: #1C1C1C. Windows color (decimal): -12513787 or 331329. OLE color: 331329.

HSL color Cylindrical-coordinate representation of color #410E05: hue angle of 9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410E05 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65145-
CMYK00.780.920.75
HSL85.71%13.73%-
HSV(B)92.31%25.49%-
XYZ2.361.450.3-
YUV28.22114.9154.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 77.38%
GREEN value IS 14 (5.86% from 255) = 16.67%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=77.38%
G=16.67%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6514500.780.920.75985.7113.73
Hex41E504E5C4B956e
Octal10116501161341131112616
Binary100000111101010100111010111001001011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410E05; }

 p { color: rgb(65,14,5); }

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

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

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

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

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

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

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