#411207

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

Shades of Seal Brown #411207

Tints of Seal Brown #411207

Color information

#411207 (or 0x411207) is unknown color: approx Seal Brown. HEX triplet: 41, 12 and 07. RGB value is (65,18,7). Sum of RGB (Red+Green+Blue) = 65+18+7=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #411207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411207 is #BEEDF8. Grayscale: #1E1E1E. Windows color (decimal): -12512761 or 463425. OLE color: 463425.

HSL color Cylindrical-coordinate representation of color #411207: hue angle of 11.38º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411207 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB65187-
CMYK00.720.890.75
HSL11.38º80.56%14.12%-
HSV(B)11.38º89.23%25.49%-
XYZ2.431.570.38-
YUV30.8114.57152.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 72.22%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 7 (3.12% from 255) = 7.78%
R=72.22%
G=20%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6518700.720.890.7511.3880.5614.12
Hex41127048594Bb51e
Octal10122701101311131312116
Binary1000001100101110100100010110011001011101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411207; }

 p { color: rgb(65,18,7); }

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

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

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

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

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

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

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