#400A0A

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

Shades of Seal Brown #400A0A

Tints of Seal Brown #400A0A

Color information

#400A0A (or 0x400A0A) is unknown color: approx Seal Brown. HEX triplet: 40, 0A and 0A. RGB value is (64,10,10). Sum of RGB (Red+Green+Blue) = 64+10+10=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A0A is #BFF5F5. Grayscale: #1A1A1A. Windows color (decimal): -12580342 or 657984. OLE color: 657984.

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

Color convert

RGB641010-
CMYK00.840.840.75
HSL72.97%14.51%-
HSV(B)84.38%25.1%-
XYZ2.281.330.42-
YUV26.15118.89155-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=76.19%
G=11.90%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64101000.840.840.75072.9714.51
Hex40AA054544B049f
Octal10012120124124113011117
Binary1000000101010100101010010101001001011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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