Html Css Color HEX #401F11 Brown Pod

📋 copy color: '#401F11'

red 64 ◦ green 31 ◦ blue 17

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

Shades of Brown Pod #401F11

Tints of Brown Pod #401F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 57.14%
G = 27.68%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#401F11 (or 0x401F11) is known color: Brown Pod. HEX triplet: 40, 1F and 11. RGB value is (64,31,17). Sum of RGB (Red+Green+Blue) = 64+31+17=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #401F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F11 is #BFE0EE. Grayscale: #272727. Windows color (decimal): -12574959 or 1122112. OLE color: 1122112.

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

Color convert

RGB 64 31 17 -
CMYK 0 0.52 0.73 0.75
HSL 17.87º 0.58% 0.16% -
HSV(B) 17.87º 0.73% 0.25% -
XYZ 2.71 2.11 0.8 -
YUV 39.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 64 31 17 0 0.52 0.73 0.75 17.87 0.58 0.16
Hex 40 1F 11 0 34 49 4B 12 3A 10
Octal 100 37 21 0 64 111 113 22 72 20
Binary 1000000 11111 10001 0 110100 1001001 1001011 10010 111010 10000

Color Harmonies of #401F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F11

Black with #401F11

Text Example


Text Example

White with #401F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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