Html Css Color HEX #401204 Seal Brown

📋 copy color: '#401204'

red 64 ◦ green 18 ◦ blue 4

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

Shades of Seal Brown #401204

Tints of Seal Brown #401204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.93%

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

R = 74.42%
G = 20.93%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#401204 (or 0x401204) is known color: Seal Brown. HEX triplet: 40, 12 and 04. RGB value is (64,18,4). Sum of RGB (Red+Green+Blue) = 64+18+4=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #401204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401204 is #BFEDFB. Grayscale: #1E1E1E. Windows color (decimal): -12578300 or 266816. OLE color: 266816.

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

Color convert

RGB 64 18 4 -
CMYK 0 0.72 0.94 0.75
HSL 14º 0.88% 0.13% -
HSV(B) 14º 0.94% 0.25% -
XYZ 2.35 1.53 0.29 -
YUV 30.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 64 18 4 0 0.72 0.94 0.75 14 0.88 0.13
Hex 40 12 4 0 48 5E 4B E 58 D
Octal 100 22 4 0 110 136 113 16 130 15
Binary 1000000 10010 100 0 1001000 1011110 1001011 1110 1011000 1101

Color Harmonies of #401204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401204

Black with #401204

Text Example


Text Example

White with #401204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401204; }

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

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

background-color css

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

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

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

border-color css

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

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

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