#410B0B

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

Shades of Seal Brown #410B0B

Tints of Seal Brown #410B0B

Color information

#410B0B (or 0x410B0B) is unknown color: approx Seal Brown. HEX triplet: 41, 0B and 0B. RGB value is (65,11,11). Sum of RGB (Red+Green+Blue) = 65+11+11=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #410B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B0B is #BEF4F4. Grayscale: #1B1B1B. Windows color (decimal): -12514549 or 723777. OLE color: 723777.

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

Color convert

RGB651111-
CMYK00.830.830.75
HSL71.05%14.9%-
HSV(B)83.08%25.49%-
XYZ2.361.390.46-
YUV27.15118.89155-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 74.71%
GREEN value IS 11 (4.69% from 255) = 12.64%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=74.71%
G=12.64%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65111100.830.830.75071.0514.9
Hex41BB053534B047f
Octal10113130123123113010717
Binary1000001101110110101001110100111001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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