#400302

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

Shades of Seal Brown #400302

Tints of Seal Brown #400302

Color information

#400302 (or 0x400302) is unknown color: approx Seal Brown. HEX triplet: 40, 03 and 02. RGB value is (64,3,2). Sum of RGB (Red+Green+Blue) = 64+3+2=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400302 is #BFFCFD. Grayscale: #151515. Windows color (decimal): -12582142 or 131904. OLE color: 131904.

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

Color convert

RGB6432-
CMYK00.950.970.75
HSL0.97º93.94%12.94%-
HSV(B)0.97º96.88%25.1%-
XYZ2.161.160.17-
YUV21.12117.21158.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 92.75%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=92.75%
G=4.35%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal643200.950.970.750.9793.9412.94
Hex403205F614B15ed
Octal100320137141113113615
Binary100000011100101111111000011001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400302; }

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

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

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

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

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

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

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

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