#411312

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

Shades of Seal Brown #411312

Tints of Seal Brown #411312

Color information

#411312 (or 0x411312) is unknown color: approx Seal Brown. HEX triplet: 41, 13 and 12. RGB value is (65,19,18). Sum of RGB (Red+Green+Blue) = 65+19+18=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411312 is #BEECED. Grayscale: #202020. Windows color (decimal): -12512494 or 1184577. OLE color: 1184577.

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

Color convert

RGB651918-
CMYK00.710.720.75
HSL1.28º56.63%16.27%-
HSV(B)1.28º72.31%25.49%-
XYZ2.521.630.75-
YUV32.64119.74151.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=63.73%
G=18.63%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65191800.710.720.751.2856.6316.27
Hex411312047484B13910
Octal1012322010711011317120
Binary100000110011100100100011110010001001011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411312; }

 p { color: rgb(65,19,18); }

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

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

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

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

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

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

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