#400A02

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

Shades of Seal Brown #400A02

Tints of Seal Brown #400A02

Color information

#400A02 (or 0x400A02) is unknown color: approx Seal Brown. HEX triplet: 40, 0A and 02. RGB value is (64,10,2). Sum of RGB (Red+Green+Blue) = 64+10+2=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A02 is #BFF5FD. Grayscale: #191919. Windows color (decimal): -12580350 or 133696. OLE color: 133696.

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

Color convert

RGB64102-
CMYK00.840.970.75
HSL7.74º93.94%12.94%-
HSV(B)7.74º96.88%25.1%-
XYZ2.231.310.19-
YUV25.23114.89155.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 84.21%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=84.21%
G=13.16%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6410200.840.970.757.7493.9412.94
Hex40A2054614B85ed
Octal10012201241411131013615
Binary10000001010100101010011000011001011100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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