#410B00

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

Shades of Seal Brown #410B00

Tints of Seal Brown #410B00

Color information

#410B00 (or 0x410B00) is unknown color: approx Seal Brown. HEX triplet: 41, 0B and 00. RGB value is (65,11,0). Sum of RGB (Red+Green+Blue) = 65+11+0=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B00 is #BEF4FF. Grayscale: #191919. Windows color (decimal): -12514560 or 2881. OLE color: 2881.

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

Color convert

RGB65110-
CMYK00.8310.75
HSL10.15º100%12.75%-
HSV(B)10.15º100%25.49%-
XYZ2.31.360.14-
YUV25.89113.39155.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 85.53%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.53%
G=14.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6511000.8310.7510.1510012.75
Hex41B0053644Ba64d
Octal10113001231441131214415
Binary1000001101100101001111001001001011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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