#401307

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

Shades of Seal Brown #401307

Tints of Seal Brown #401307

Color information

#401307 (or 0x401307) is unknown color: approx Seal Brown. HEX triplet: 40, 13 and 07. RGB value is (64,19,7). Sum of RGB (Red+Green+Blue) = 64+19+7=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401307 is #BFECF8. Grayscale: #1F1F1F. Windows color (decimal): -12578041 or 463680. OLE color: 463680.

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

Color convert

RGB64197-
CMYK00.700.890.75
HSL12.63º80.28%13.92%-
HSV(B)12.63º89.06%25.1%-
XYZ2.391.570.38-
YUV31.09114.41151.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.11%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 7 (3.12% from 255) = 7.78%
R=71.11%
G=21.11%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6419700.700.890.7512.6380.2813.92
Hex40137046594Bd50e
Octal10023701061311131512016
Binary1000000100111110100011010110011001011110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401307; }

 p { color: rgb(64,19,7); }

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

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

 a { background-color: rgb(64,19,7); }

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

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

 span { border-color: rgb(64,19,7); }

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