#410602

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

Shades of Seal Brown #410602

Tints of Seal Brown #410602

Color information

#410602 (or 0x410602) is unknown color: approx Seal Brown. HEX triplet: 41, 06 and 02. RGB value is (65,6,2). Sum of RGB (Red+Green+Blue) = 65+6+2=73 (9% of max value = 765). Red value is 65 (25.78% from 255 or 89.04% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 65 - color contains mainly: red. Hex color #410602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410602 is #BEF9FD. Grayscale: #171717. Windows color (decimal): -12515838 or 132673. OLE color: 132673.

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

Color convert

RGB6562-
CMYK00.910.970.75
HSL3.81º94.03%13.14%-
HSV(B)3.81º96.92%25.49%-
XYZ2.261.260.18-
YUV23.18116.05157.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 89.04%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=89.04%
G=8.22%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656200.910.970.753.8194.0313.14
Hex416205B614B45ed
Octal101620133141113413615
Binary100000111010010110111100001100101110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410602; }

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

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

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

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

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

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

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

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