#400F00

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

Shades of Seal Brown #400F00

Tints of Seal Brown #400F00

Color information

#400F00 (or 0x400F00) is unknown color: approx Seal Brown. HEX triplet: 40, 0F and 00. RGB value is (64,15,0). Sum of RGB (Red+Green+Blue) = 64+15+0=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #400F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F00 is #BFF0FF. Grayscale: #1C1C1C. Windows color (decimal): -12579072 or 3904. OLE color: 3904.

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

Color convert

RGB64150-
CMYK00.7710.75
HSL14.06º100%12.55%-
HSV(B)14.06º100%25.1%-
XYZ2.291.430.16-
YUV27.94112.23153.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 81.01%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.01%
G=18.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415000.7710.7514.0610012.55
Hex40F004D644Be64d
Octal10017001151441131614415
Binary1000000111100100110111001001001011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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