#411204

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

Shades of Seal Brown #411204

Tints of Seal Brown #411204

Color information

#411204 (or 0x411204) is unknown color: approx Seal Brown. HEX triplet: 41, 12 and 04. RGB value is (65,18,4). Sum of RGB (Red+Green+Blue) = 65+18+4=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #411204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411204 is #BEEDFB. Grayscale: #1E1E1E. Windows color (decimal): -12512764 or 266817. OLE color: 266817.

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

Color convert

RGB65184-
CMYK00.720.940.75
HSL13.77º88.41%13.53%-
HSV(B)13.77º93.85%25.49%-
XYZ2.421.570.29-
YUV30.46113.07152.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 74.71%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=74.71%
G=20.69%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6518400.720.940.7513.7788.4113.53
Hex411240485E4Be58e
Octal10122401101361131613016
Binary1000001100101000100100010111101001011111010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411204; }

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

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

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

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

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

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

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

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