#411B18

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

Shades of Seal Brown #411B18

Tints of Seal Brown #411B18

Color information

#411B18 (or 0x411B18) is unknown color: approx Seal Brown. HEX triplet: 41, 1B and 18. RGB value is (65,27,24). Sum of RGB (Red+Green+Blue) = 65+27+24=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #411B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B18 is #BEE4E7. Grayscale: #262626. Windows color (decimal): -12510440 or 1579841. OLE color: 1579841.

HSL color Cylindrical-coordinate representation of color #411B18: hue angle of 4.39º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411B18 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB652724-
CMYK00.580.630.75
HSL4.39º46.07%17.45%-
HSV(B)4.39º63.08%25.49%-
XYZ2.741.971.1-
YUV38.02120.09147.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=56.03%
G=23.28%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65272400.580.630.754.3946.0717.45
Hex411B1803A3F4B42e11
Octal10133300727711345621
Binary100000111011110000111010111111100101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411B18; }

 p { color: rgb(65,27,24); }

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

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

 a { background-color: rgb(65,27,24); }

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

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

 span { border-color: rgb(65,27,24); }

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