Html Css Color HEX #400404 Seal Brown

📋 copy color: '#400404'

red 64 ◦ green 4 ◦ blue 4

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

Shades of Seal Brown #400404

Tints of Seal Brown #400404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.56%

R = 88.89%
G = 5.56%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#400404 (or 0x400404) is known color: Seal Brown. HEX triplet: 40, 04 and 04. RGB value is (64,4,4). Sum of RGB (Red+Green+Blue) = 64+4+4=72 (9% of max value = 765). Red value is 64 (25.39% from 255 or 88.89% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 64 - color contains mainly: red. Hex color #400404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400404 is #BFFBFB. Grayscale: #161616. Windows color (decimal): -12581884 or 263232. OLE color: 263232.

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

Color convert

RGB 64 4 4 -
CMYK 0 0.94 0.94 0.75
HSL 0.88% 0.13% -
HSV(B) 0.94% 0.25% -
XYZ 2.18 1.19 0.23 -
YUV 21.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 64 4 4 0 0.94 0.94 0.75 0 0.88 0.13
Hex 40 4 4 0 5E 5E 4B 0 58 D
Octal 100 4 4 0 136 136 113 0 130 15
Binary 1000000 100 100 0 1011110 1011110 1001011 0 1011000 1101

Color Harmonies of #400404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400404

Black with #400404

Text Example


Text Example

White with #400404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400404; }

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

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

background-color css

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

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

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

border-color css

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

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

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