#401614

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

Shades of Seal Brown #401614

Tints of Seal Brown #401614

Color information

#401614 (or 0x401614) is unknown color: approx Seal Brown. HEX triplet: 40, 16 and 14. RGB value is (64,22,20). Sum of RGB (Red+Green+Blue) = 64+22+20=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401614 is #BFE9EB. Grayscale: #222222. Windows color (decimal): -12577260 or 1316416. OLE color: 1316416.

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

Color convert

RGB642220-
CMYK00.660.690.75
HSL2.73º52.38%16.47%-
HSV(B)2.73º68.75%25.1%-
XYZ2.531.710.86-
YUV34.33119.91149.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=60.38%
G=20.75%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64222000.660.690.752.7352.3816.47
Hex401614042454B33410
Octal1002624010210511336420
Binary1000000101101010001000010100010110010111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401614; }

 p { color: rgb(64,22,20); }

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

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

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

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

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

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

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