Html Css Color HEX #401E09 Brown Pod

📋 copy color: '#401E09'

red 64 ◦ green 30 ◦ blue 9

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

Shades of Brown Pod #401E09

Tints of Brown Pod #401E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.13%

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

R = 62.14%
G = 29.13%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#401E09 (or 0x401E09) is known color: Brown Pod. HEX triplet: 40, 1E and 09. RGB value is (64,30,9). Sum of RGB (Red+Green+Blue) = 64+30+9=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E09 is #BFE1F6. Grayscale: #252525. Windows color (decimal): -12575223 or 597568. OLE color: 597568.

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

Color convert

RGB 64 30 9 -
CMYK 0 0.53 0.86 0.75
HSL 22.91º 0.75% 0.14% -
HSV(B) 22.91º 0.86% 0.25% -
XYZ 2.63 2.04 0.51 -
YUV 37.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 64 30 9 0 0.53 0.86 0.75 22.91 0.75 0.14
Hex 40 1E 9 0 35 56 4B 17 4B E
Octal 100 36 11 0 65 126 113 27 113 16
Binary 1000000 11110 1001 0 110101 1010110 1001011 10111 1001011 1110

Color Harmonies of #401E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E09

Black with #401E09

Text Example


Text Example

White with #401E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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