Html Css Color HEX #401409 Seal Brown

📋 copy color: '#401409'

red 64 ◦ green 20 ◦ blue 9

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

Shades of Seal Brown #401409

Tints of Seal Brown #401409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

 BLUE value IS 9 (3.91% from 255) = 9.68%

R = 68.82%
G = 21.51%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#401409 (or 0x401409) is known color: Seal Brown. HEX triplet: 40, 14 and 09. RGB value is (64,20,9). Sum of RGB (Red+Green+Blue) = 64+20+9=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401409 is #BFEBF6. Grayscale: #1F1F1F. Windows color (decimal): -12577783 or 595008. OLE color: 595008.

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

Color convert

RGB 64 20 9 -
CMYK 0 0.69 0.86 0.75
HSL 12º 0.75% 0.14% -
HSV(B) 12º 0.86% 0.25% -
XYZ 2.41 1.61 0.44 -
YUV 31.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 64 20 9 0 0.69 0.86 0.75 12 0.75 0.14
Hex 40 14 9 0 45 56 4B C 4B E
Octal 100 24 11 0 105 126 113 14 113 16
Binary 1000000 10100 1001 0 1000101 1010110 1001011 1100 1001011 1110

Color Harmonies of #401409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401409

Black with #401409

Text Example


Text Example

White with #401409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401409; }

 p { color: rgb(64,20,9); }

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

background-color css

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

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

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

border-color css

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

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

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