#410D00

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

Shades of Seal Brown #410D00

Tints of Seal Brown #410D00

Color information

#410D00 (or 0x410D00) is unknown color: approx Seal Brown. HEX triplet: 41, 0D and 00. RGB value is (65,13,0). Sum of RGB (Red+Green+Blue) = 65+13+0=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D00 is #BEF2FF. Grayscale: #1B1B1B. Windows color (decimal): -12514048 or 3393. OLE color: 3393.

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

Color convert

RGB65130-
CMYK00.8010.75
HSL12º100%12.75%-
HSV(B)12º100%25.49%-
XYZ2.321.410.15-
YUV27.07112.73155.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.33%
G=16.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6513000.8010.751210012.75
Hex41D0050644Bc64d
Octal10115001201441131414415
Binary1000001110100101000011001001001011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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