#411414

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

Shades of Seal Brown #411414

Tints of Seal Brown #411414

Color information

#411414 (or 0x411414) is unknown color: approx Seal Brown. HEX triplet: 41, 14 and 14. RGB value is (65,20,20). Sum of RGB (Red+Green+Blue) = 65+20+20=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411414 is #BEEBEB. Grayscale: #212121. Windows color (decimal): -12512236 or 1315905. OLE color: 1315905.

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

Color convert

RGB652020-
CMYK00.690.690.75
HSL52.94%16.67%-
HSV(B)69.23%25.49%-
XYZ2.561.670.85-
YUV33.46120.41150.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=61.90%
G=19.05%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65202000.690.690.75052.9416.67
Hex411414045454B03511
Octal1012424010510511306521
Binary100000110100101000100010110001011001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411414; }

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

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

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

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

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

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

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

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