#410504

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

Shades of Seal Brown #410504

Tints of Seal Brown #410504

Color information

#410504 (or 0x410504) is unknown color: approx Seal Brown. HEX triplet: 41, 05 and 04. RGB value is (65,5,4). Sum of RGB (Red+Green+Blue) = 65+5+4=74 (9% of max value = 765). Red value is 65 (25.78% from 255 or 87.84% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 65 - color contains mainly: red. Hex color #410504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410504 is #BEFAFB. Grayscale: #161616. Windows color (decimal): -12516092 or 263489. OLE color: 263489.

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

Color convert

RGB6554-
CMYK00.920.940.75
HSL0.98º88.41%13.53%-
HSV(B)0.98º93.85%25.49%-
XYZ2.261.240.24-
YUV22.83117.38158.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 87.84%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=87.84%
G=6.76%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal655400.920.940.750.9888.4113.53
Hex415405C5E4B158e
Octal101540134136113113016
Binary10000011011000101110010111101001011110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410504; }

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

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

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

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

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

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

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

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