#410F00

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

Shades of Seal Brown #410F00

Tints of Seal Brown #410F00

Color information

#410F00 (or 0x410F00) is unknown color: approx Seal Brown. HEX triplet: 41, 0F and 00. RGB value is (65,15,0). Sum of RGB (Red+Green+Blue) = 65+15+0=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #410F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F00 is #BEF0FF. Grayscale: #1C1C1C. Windows color (decimal): -12513536 or 3905. OLE color: 3905.

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

Color convert

RGB65150-
CMYK00.7710.75
HSL13.85º100%12.75%-
HSV(B)13.85º100%25.49%-
XYZ2.351.470.16-
YUV28.24112.06154.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 81.25%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.25%
G=18.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6515000.7710.7513.8510012.75
Hex41F004D644Be64d
Octal10117001151441131614415
Binary1000001111100100110111001001001011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410F00; }

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

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

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

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

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

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

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

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