#411C1C

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

Shades of Seal Brown #411C1C

Tints of Seal Brown #411C1C

Color information

#411C1C (or 0x411C1C) is unknown color: approx Seal Brown. HEX triplet: 41, 1C and 1C. RGB value is (65,28,28). Sum of RGB (Red+Green+Blue) = 65+28+28=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #411C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C1C is #BEE3E3. Grayscale: #272727. Windows color (decimal): -12510180 or 1842241. OLE color: 1842241.

HSL color Cylindrical-coordinate representation of color #411C1C: hue angle of 0º 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 #411C1C is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB652828-
CMYK00.570.570.75
HSL39.78%18.24%-
HSV(B)56.92%25.49%-
XYZ2.82.041.34-
YUV39.06121.76146.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=53.72%
G=23.14%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65282800.570.570.75039.7818.24
Hex411C1C039394B02812
Octal10134340717111305022
Binary1000001111001110001110011110011001011010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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