#410F03

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

Shades of Seal Brown #410F03

Tints of Seal Brown #410F03

Color information

#410F03 (or 0x410F03) is unknown color: approx Seal Brown. HEX triplet: 41, 0F and 03. RGB value is (65,15,3). Sum of RGB (Red+Green+Blue) = 65+15+3=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #410F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F03 is #BEF0FC. Grayscale: #1C1C1C. Windows color (decimal): -12513533 or 200513. OLE color: 200513.

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

Color convert

RGB65153-
CMYK00.770.950.75
HSL11.61º91.18%13.33%-
HSV(B)11.61º95.38%25.49%-
XYZ2.371.470.25-
YUV28.58113.56153.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 78.31%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 3 (1.56% from 255) = 3.61%
R=78.31%
G=18.07%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6515300.770.950.7511.6191.1813.33
Hex41F304D5F4Bc5bd
Octal10117301151371131413315
Binary10000011111110100110110111111001011110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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