#400A00

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

Shades of Seal Brown #400A00

Tints of Seal Brown #400A00

Color information

#400A00 (or 0x400A00) is unknown color: approx Seal Brown. HEX triplet: 40, 0A and 00. RGB value is (64,10,0). Sum of RGB (Red+Green+Blue) = 64+10+0=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A00 is #BFF5FF. Grayscale: #191919. Windows color (decimal): -12580352 or 2624. OLE color: 2624.

HSL color Cylindrical-coordinate representation of color #400A00: hue angle of 9.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400A00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB64100-
CMYK00.8410.75
HSL9.38º100%12.55%-
HSV(B)9.38º100%25.1%-
XYZ2.221.310.14-
YUV25.01113.89155.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 86.49%
GREEN value IS 10 (4.30% from 255) = 13.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.49%
G=13.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6410000.8410.759.3810012.55
Hex40A0054644B964d
Octal10012001241441131114415
Binary1000000101000101010011001001001011100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400A00; }

 p { color: rgb(64,10,0); }

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

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

 a { background-color: rgb(64,10,0); }

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

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

 span { border-color: rgb(64,10,0); }

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