Html Css Color HEX #401F05 Brown Pod

📋 copy color: '#401F05'

red 64 ◦ green 31 ◦ blue 5

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

Shades of Brown Pod #401F05

Tints of Brown Pod #401F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5%

R = 64%
G = 31%
B = 5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#401F05 (or 0x401F05) is known color: Brown Pod. HEX triplet: 40, 1F and 05. RGB value is (64,31,5). Sum of RGB (Red+Green+Blue) = 64+31+5=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F05 is #BFE0FA. Grayscale: #262626. Windows color (decimal): -12574971 or 335680. OLE color: 335680.

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

Color convert

RGB 64 31 5 -
CMYK 0 0.52 0.92 0.75
HSL 26.44º 0.86% 0.14% -
HSV(B) 26.44º 0.92% 0.25% -
XYZ 2.63 2.08 0.41 -
YUV 37.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 64 31 5 0 0.52 0.92 0.75 26.44 0.86 0.14
Hex 40 1F 5 0 34 5C 4B 1A 56 E
Octal 100 37 5 0 64 134 113 32 126 16
Binary 1000000 11111 101 0 110100 1011100 1001011 11010 1010110 1110

Color Harmonies of #401F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F05

Black with #401F05

Text Example


Text Example

White with #401F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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