#410B04

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

Shades of Seal Brown #410B04

Tints of Seal Brown #410B04

Color information

#410B04 (or 0x410B04) is unknown color: approx Seal Brown. HEX triplet: 41, 0B and 04. RGB value is (65,11,4). Sum of RGB (Red+Green+Blue) = 65+11+4=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #410B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B04 is #BEF4FB. Grayscale: #1A1A1A. Windows color (decimal): -12514556 or 265025. OLE color: 265025.

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

Color convert

RGB65114-
CMYK00.830.940.75
HSL6.89º88.41%13.53%-
HSV(B)6.89º93.85%25.49%-
XYZ2.321.370.26-
YUV26.35115.39155.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 81.25%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 4 (1.95% from 255) = 5%
R=81.25%
G=13.75%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6511400.830.940.756.8988.4113.53
Hex41B40535E4B758e
Octal1011340123136113713016
Binary10000011011100010100111011110100101111110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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