#410704

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

Shades of Seal Brown #410704

Tints of Seal Brown #410704

Color information

#410704 (or 0x410704) is unknown color: approx Seal Brown. HEX triplet: 41, 07 and 04. RGB value is (65,7,4). Sum of RGB (Red+Green+Blue) = 65+7+4=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410704 is #BEF8FB. Grayscale: #181818. Windows color (decimal): -12515580 or 264001. OLE color: 264001.

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

Color convert

RGB6574-
CMYK00.890.940.75
HSL2.95º88.41%13.53%-
HSV(B)2.95º93.85%25.49%-
XYZ2.281.280.24-
YUV24116.72157.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 85.53%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 4 (1.95% from 255) = 5.26%
R=85.53%
G=9.21%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal657400.890.940.752.9588.4113.53
Hex41740595E4B358e
Octal101740131136113313016
Binary100000111110001011001101111010010111110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410704; }

 p { color: rgb(65,7,4); }

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

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

 a { background-color: rgb(65,7,4); }

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

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

 span { border-color: rgb(65,7,4); }

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