#400202

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

Shades of Seal Brown #400202

Tints of Seal Brown #400202

Color information

#400202 (or 0x400202) is unknown color: approx Seal Brown. HEX triplet: 40, 02 and 02. RGB value is (64,2,2). Sum of RGB (Red+Green+Blue) = 64+2+2=68 (9% of max value = 765). Red value is 64 (25.39% from 255 or 94.12% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 64 - color contains mainly: red. Hex color #400202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400202 is #BFFDFD. Grayscale: #141414. Windows color (decimal): -12582398 or 131648. OLE color: 131648.

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

Color convert

RGB6422-
CMYK00.970.970.75
HSL93.94%12.94%-
HSV(B)96.88%25.1%-
XYZ2.151.140.16-
YUV20.54117.54159-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 94.12%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=94.12%
G=2.94%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal642200.970.970.75093.9412.94
Hex4022061614B05ed
Octal100220141141113013615
Binary100000010100110000111000011001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400202; }

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

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

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

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

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

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

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

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