Html Css Color HEX #401D14 Brown Pod

📋 copy color: '#401D14'

red 64 ◦ green 29 ◦ blue 20

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

Shades of Brown Pod #401D14

Tints of Brown Pod #401D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 56.64%
G = 25.66%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#401D14 (or 0x401D14) is known color: Brown Pod. HEX triplet: 40, 1D and 14. RGB value is (64,29,20). Sum of RGB (Red+Green+Blue) = 64+29+20=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #401D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D14 is #BFE2EB. Grayscale: #262626. Windows color (decimal): -12575468 or 1318208. OLE color: 1318208.

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

Color convert

RGB 64 29 20 -
CMYK 0 0.55 0.69 0.75
HSL 12.27º 0.52% 0.16% -
HSV(B) 12.27º 0.69% 0.25% -
XYZ 2.68 2.02 0.91 -
YUV 38.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 64 29 20 0 0.55 0.69 0.75 12.27 0.52 0.16
Hex 40 1D 14 0 37 45 4B C 34 10
Octal 100 35 24 0 67 105 113 14 64 20
Binary 1000000 11101 10100 0 110111 1000101 1001011 1100 110100 10000

Color Harmonies of #401D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D14

Black with #401D14

Text Example


Text Example

White with #401D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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