#410500

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

Shades of Seal Brown #410500

Tints of Seal Brown #410500

Color information

#410500 (or 0x410500) is unknown color: approx Seal Brown. HEX triplet: 41, 05 and 00. RGB value is (65,5,0). Sum of RGB (Red+Green+Blue) = 65+5+0=70 (9% of max value = 765). Red value is 65 (25.78% from 255 or 92.86% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 65 - color contains mainly: red. Hex color #410500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410500 is #BEFAFF. Grayscale: #161616. Windows color (decimal): -12516096 or 1345. OLE color: 1345.

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

Color convert

RGB6550-
CMYK00.9210.75
HSL4.62º100%12.75%-
HSV(B)4.62º100%25.49%-
XYZ2.231.230.12-
YUV22.37115.38158.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 92.86%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.86%
G=7.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal655000.9210.754.6210012.75
Hex415005C644B564d
Octal101500134144113514415
Binary10000011010010111001100100100101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410500; }

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

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

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

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

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

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

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

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