#411C1A

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

Shades of Seal Brown #411C1A

Tints of Seal Brown #411C1A

Color information

#411C1A (or 0x411C1A) is unknown color: approx Seal Brown. HEX triplet: 41, 1C and 1A. RGB value is (65,28,26). Sum of RGB (Red+Green+Blue) = 65+28+26=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C1A is #BEE3E5. Grayscale: #262626. Windows color (decimal): -12510182 or 1711169. OLE color: 1711169.

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

Color convert

RGB652826-
CMYK00.570.600.75
HSL3.08º42.86%17.84%-
HSV(B)3.08º60%25.49%-
XYZ2.782.031.22-
YUV38.83120.76146.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=54.62%
G=23.53%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65282600.570.600.753.0842.8617.84
Hex411C1A0393C4B32b12
Octal10134320717411335322
Binary10000011110011010011100111110010010111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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