Html Css Color HEX #400401 Seal Brown

📋 copy color: '#400401'

red 64 ◦ green 4 ◦ blue 1

#400401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #400401

Tints of Seal Brown #400401

RGB

 RED value IS 64 (25.39% from 255) = 92.75%

 GREEN value IS 4 (1.95% from 255) = 5.8%

 BLUE value IS 1 (0.78% from 255) = 1.45%

R = 92.75%
G = 5.8%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#400401 (or 0x400401) is known color: Seal Brown. HEX triplet: 40, 04 and 01. RGB value is (64,4,1). Sum of RGB (Red+Green+Blue) = 64+4+1=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400401 is #BFFBFE. Grayscale: #151515. Windows color (decimal): -12581887 or 66624. OLE color: 66624.

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

Color convert

RGB 64 4 1 -
CMYK 0 0.94 0.98 0.75
HSL 2.86º 0.97% 0.13% -
HSV(B) 2.86º 0.98% 0.25% -
XYZ 2.16 1.18 0.14 -
YUV 21.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 64 4 1 0 0.94 0.98 0.75 2.86 0.97 0.13
Hex 40 4 1 0 5E 62 4B 3 61 D
Octal 100 4 1 0 136 142 113 3 141 15
Binary 1000000 100 1 0 1011110 1100010 1001011 11 1100001 1101

Color Harmonies of #400401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400401

Black with #400401

Text Example


Text Example

White with #400401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400401; }

 p { color: rgb(64,4,1); }

 H1.HeaderClassName
 {
   color: #400401;
 }
 .AnyTagClassName
 {
   color: #400401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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