Html Css Color HEX #401009 Seal Brown

📋 copy color: '#401009'

red 64 ◦ green 16 ◦ blue 9

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

Shades of Seal Brown #401009

Tints of Seal Brown #401009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

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

R = 71.91%
G = 17.98%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#401009 (or 0x401009) is known color: Seal Brown. HEX triplet: 40, 10 and 09. RGB value is (64,16,9). Sum of RGB (Red+Green+Blue) = 64+16+9=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401009 is #BFEFF6. Grayscale: #1D1D1D. Windows color (decimal): -12578807 or 593984. OLE color: 593984.

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

Color convert

RGB 64 16 9 -
CMYK 0 0.75 0.86 0.75
HSL 7.64º 0.75% 0.14% -
HSV(B) 7.64º 0.86% 0.25% -
XYZ 2.35 1.48 0.42 -
YUV 29.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 64 16 9 0 0.75 0.86 0.75 7.64 0.75 0.14
Hex 40 10 9 0 4B 56 4B 8 4B E
Octal 100 20 11 0 113 126 113 10 113 16
Binary 1000000 10000 1001 0 1001011 1010110 1001011 1000 1001011 1110

Color Harmonies of #401009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401009

Black with #401009

Text Example


Text Example

White with #401009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401009; }

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

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

background-color css

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

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

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

border-color css

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

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

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