#400F0A

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

Shades of Seal Brown #400F0A

Tints of Seal Brown #400F0A

Color information

#400F0A (or 0x400F0A) is unknown color: approx Seal Brown. HEX triplet: 40, 0F and 0A. RGB value is (64,15,10). Sum of RGB (Red+Green+Blue) = 64+15+10=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F0A is #BFF0F5. Grayscale: #1D1D1D. Windows color (decimal): -12579062 or 659264. OLE color: 659264.

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

Color convert

RGB641510-
CMYK00.770.840.75
HSL5.56º72.97%14.51%-
HSV(B)5.56º84.38%25.1%-
XYZ2.341.450.44-
YUV29.08117.23152.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.91%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=71.91%
G=16.85%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64151000.770.840.755.5672.9714.51
Hex40FA04D544B649f
Octal10017120115124113611117
Binary100000011111010010011011010100100101111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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