#401615

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

Shades of Seal Brown #401615

Tints of Seal Brown #401615

Color information

#401615 (or 0x401615) is unknown color: approx Seal Brown. HEX triplet: 40, 16 and 15. RGB value is (64,22,21). Sum of RGB (Red+Green+Blue) = 64+22+21=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401615 is #BFE9EA. Grayscale: #222222. Windows color (decimal): -12577259 or 1381952. OLE color: 1381952.

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

Color convert

RGB642221-
CMYK00.660.670.75
HSL1.4º50.59%16.67%-
HSV(B)1.4º67.19%25.1%-
XYZ2.541.720.91-
YUV34.44120.41149.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=59.81%
G=20.56%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64222100.660.670.751.450.5916.67
Hex401615042434B13311
Octal1002625010210311316321
Binary100000010110101010100001010000111001011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401615; }

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

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

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

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

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

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

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

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