#410605

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

Shades of Seal Brown #410605

Tints of Seal Brown #410605

Color information

#410605 (or 0x410605) is unknown color: approx Seal Brown. HEX triplet: 41, 06 and 05. RGB value is (65,6,5). Sum of RGB (Red+Green+Blue) = 65+6+5=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410605 is #BEF9FA. Grayscale: #171717. Windows color (decimal): -12515835 or 329281. OLE color: 329281.

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

Color convert

RGB6565-
CMYK00.910.920.75
HSL85.71%13.73%-
HSV(B)92.31%25.49%-
XYZ2.271.270.27-
YUV23.53117.55157.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 85.53%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=85.53%
G=7.89%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656500.910.920.75185.7113.73
Hex416505B5C4B156e
Octal101650133134113112616
Binary10000011101010101101110111001001011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410605; }

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

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

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

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

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

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

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

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