#410F01

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

Shades of Seal Brown #410F01

Tints of Seal Brown #410F01

Color information

#410F01 (or 0x410F01) is unknown color: approx Seal Brown. HEX triplet: 41, 0F and 01. RGB value is (65,15,1). Sum of RGB (Red+Green+Blue) = 65+15+1=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F01 is #BEF0FE. Grayscale: #1C1C1C. Windows color (decimal): -12513535 or 69441. OLE color: 69441.

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

Color convert

RGB65151-
CMYK00.770.980.75
HSL13.12º96.97%12.94%-
HSV(B)13.12º98.46%25.49%-
XYZ2.361.470.19-
YUV28.35112.56154.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 80.25%
GREEN value IS 15 (6.25% from 255) = 18.52%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=80.25%
G=18.52%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6515100.770.980.7513.1296.9712.94
Hex41F104D624Bd61d
Octal10117101151421131514115
Binary1000001111110100110111000101001011110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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