Html Css Color HEX #401F06 Brown Pod

📋 copy color: '#401F06'

red 64 ◦ green 31 ◦ blue 6

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

Shades of Brown Pod #401F06

Tints of Brown Pod #401F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

 BLUE value IS 6 (2.73% from 255) = 5.94%

R = 63.37%
G = 30.69%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#401F06 (or 0x401F06) is known color: Brown Pod. HEX triplet: 40, 1F and 06. RGB value is (64,31,6). Sum of RGB (Red+Green+Blue) = 64+31+6=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F06 is #BFE0F9. Grayscale: #262626. Windows color (decimal): -12574970 or 401216. OLE color: 401216.

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

Color convert

RGB 64 31 6 -
CMYK 0 0.52 0.91 0.75
HSL 25.86º 0.83% 0.14% -
HSV(B) 25.86º 0.91% 0.25% -
XYZ 2.64 2.08 0.44 -
YUV 38.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 64 31 6 0 0.52 0.91 0.75 25.86 0.83 0.14
Hex 40 1F 6 0 34 5B 4B 1A 53 E
Octal 100 37 6 0 64 133 113 32 123 16
Binary 1000000 11111 110 0 110100 1011011 1001011 11010 1010011 1110

Color Harmonies of #401F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F06

Black with #401F06

Text Example


Text Example

White with #401F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,6); }

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

background-color css

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

 a { background-color: rgb(64,31,6); }

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

border-color css

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

 span { border-color: rgb(64,31,6); }

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