#401007

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

Shades of Seal Brown #401007

Tints of Seal Brown #401007

Color information

#401007 (or 0x401007) is unknown color: approx Seal Brown. HEX triplet: 40, 10 and 07. RGB value is (64,16,7). Sum of RGB (Red+Green+Blue) = 64+16+7=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #401007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401007 is #BFEFF8. Grayscale: #1D1D1D. Windows color (decimal): -12578809 or 462912. OLE color: 462912.

HSL color Cylindrical-coordinate representation of color #401007: hue angle of 9.47º 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 #401007 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB64167-
CMYK00.750.890.75
HSL9.47º80.28%13.92%-
HSV(B)9.47º89.06%25.1%-
XYZ2.341.480.36-
YUV29.33115.4152.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 7 (3.12% from 255) = 8.05%
R=73.56%
G=18.39%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6416700.750.890.759.4780.2813.92
Hex4010704B594B950e
Octal10020701131311131112016
Binary1000000100001110100101110110011001011100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401007; }

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

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

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

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

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

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

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

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