#411613

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

Shades of Seal Brown #411613

Tints of Seal Brown #411613

Color information

#411613 (or 0x411613) is unknown color: approx Seal Brown. HEX triplet: 41, 16 and 13. RGB value is (65,22,19). Sum of RGB (Red+Green+Blue) = 65+22+19=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411613 is #BEE9EC. Grayscale: #222222. Windows color (decimal): -12511725 or 1250881. OLE color: 1250881.

HSL color Cylindrical-coordinate representation of color #411613: hue angle of 3.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411613 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB652219-
CMYK00.660.710.75
HSL3.91º54.76%16.47%-
HSV(B)3.91º70.77%25.49%-
XYZ2.581.740.82-
YUV34.51119.25149.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=61.32%
G=20.75%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65221900.660.710.753.9154.7616.47
Hex411613042474B43710
Octal1012623010210711346720
Binary10000011011010011010000101000111100101110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411613; }

 p { color: rgb(65,22,19); }

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

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

 a { background-color: rgb(65,22,19); }

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

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

 span { border-color: rgb(65,22,19); }

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