#411D1C

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

Shades of Seal Brown #411D1C

Tints of Seal Brown #411D1C

Color information

#411D1C (or 0x411D1C) is unknown color: approx Seal Brown. HEX triplet: 41, 1D and 1C. RGB value is (65,29,28). Sum of RGB (Red+Green+Blue) = 65+29+28=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #411D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D1C is #BEE2E3. Grayscale: #272727. Windows color (decimal): -12509924 or 1842497. OLE color: 1842497.

HSL color Cylindrical-coordinate representation of color #411D1C: hue angle of 1.62º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411D1C is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB652928-
CMYK00.550.570.75
HSL1.62º39.78%18.24%-
HSV(B)1.62º56.92%25.49%-
XYZ2.832.091.35-
YUV39.65121.43146.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=53.28%
G=23.77%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65292800.550.570.751.6239.7818.24
Hex411D1C037394B22812
Octal10135340677111325022
Binary10000011110111100011011111100110010111010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,29,28); }

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

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

 a { background-color: rgb(65,29,28); }

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

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

 span { border-color: rgb(65,29,28); }

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