Html Css Color HEX #401A09 Brown Pod

📋 copy color: '#401A09'

red 64 ◦ green 26 ◦ blue 9

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

Shades of Brown Pod #401A09

Tints of Brown Pod #401A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.26%

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

R = 64.65%
G = 26.26%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#401A09 (or 0x401A09) is known color: Brown Pod. HEX triplet: 40, 1A and 09. RGB value is (64,26,9). Sum of RGB (Red+Green+Blue) = 64+26+9=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A09 is #BFE5F6. Grayscale: #232323. Windows color (decimal): -12576247 or 596544. OLE color: 596544.

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

Color convert

RGB 64 26 9 -
CMYK 0 0.59 0.86 0.75
HSL 18.55º 0.75% 0.14% -
HSV(B) 18.55º 0.86% 0.25% -
XYZ 2.53 1.85 0.48 -
YUV 35.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 64 26 9 0 0.59 0.86 0.75 18.55 0.75 0.14
Hex 40 1A 9 0 3B 56 4B 13 4B E
Octal 100 32 11 0 73 126 113 23 113 16
Binary 1000000 11010 1001 0 111011 1010110 1001011 10011 1001011 1110

Color Harmonies of #401A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A09

Black with #401A09

Text Example


Text Example

White with #401A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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