#400F05

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

Shades of Seal Brown #400F05

Tints of Seal Brown #400F05

Color information

#400F05 (or 0x400F05) is unknown color: approx Seal Brown. HEX triplet: 40, 0F and 05. RGB value is (64,15,5). Sum of RGB (Red+Green+Blue) = 64+15+5=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F05 is #BFF0FA. Grayscale: #1C1C1C. Windows color (decimal): -12579067 or 331584. OLE color: 331584.

HSL color Cylindrical-coordinate representation of color #400F05: hue angle of 10.17º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400F05 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB64155-
CMYK00.770.920.75
HSL10.17º85.51%13.53%-
HSV(B)10.17º92.19%25.1%-
XYZ2.311.440.3-
YUV28.51114.73153.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=76.19%
G=17.86%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415500.770.920.7510.1785.5113.53
Hex40F504D5C4Ba56e
Octal10017501151341131212616
Binary100000011111010100110110111001001011101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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