Html Css Color HEX #401D16 Brown Pod

📋 copy color: '#401D16'

red 64 ◦ green 29 ◦ blue 22

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

Shades of Brown Pod #401D16

Tints of Brown Pod #401D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.22%

 BLUE value IS 22 (8.98% from 255) = 19.13%

R = 55.65%
G = 25.22%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#401D16 (or 0x401D16) is known color: Brown Pod. HEX triplet: 40, 1D and 16. RGB value is (64,29,22). Sum of RGB (Red+Green+Blue) = 64+29+22=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #401D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D16 is #BFE2E9. Grayscale: #262626. Windows color (decimal): -12575466 or 1449280. OLE color: 1449280.

HSL color Cylindrical-coordinate representation of color #401D16: hue angle of 10º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401D16 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 29 22 -
CMYK 0 0.55 0.66 0.75
HSL 10º 0.49% 0.17% -
HSV(B) 10º 0.66% 0.25% -
XYZ 2.7 2.03 1.01 -
YUV 38.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 64 29 22 0 0.55 0.66 0.75 10 0.49 0.17
Hex 40 1D 16 0 37 42 4B A 31 11
Octal 100 35 26 0 67 102 113 12 61 21
Binary 1000000 11101 10110 0 110111 1000010 1001011 1010 110001 10001

Color Harmonies of #401D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D16

Black with #401D16

Text Example


Text Example

White with #401D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,29,22); }

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

background-color css

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

 a { background-color: rgb(64,29,22); }

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

border-color css

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

 span { border-color: rgb(64,29,22); }

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