Html Css Color HEX #401E0D Brown Pod

📋 copy color: '#401E0D'

red 64 ◦ green 30 ◦ blue 13

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

Shades of Brown Pod #401E0D

Tints of Brown Pod #401E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.04%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 59.81%
G = 28.04%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#401E0D (or 0x401E0D) is known color: Brown Pod. HEX triplet: 40, 1E and 0D. RGB value is (64,30,13). Sum of RGB (Red+Green+Blue) = 64+30+13=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E0D is #BFE1F2. Grayscale: #262626. Windows color (decimal): -12575219 or 859712. OLE color: 859712.

HSL color Cylindrical-coordinate representation of color #401E0D: hue angle of 20º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401E0D is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 30 13 -
CMYK 0 0.53 0.80 0.75
HSL 20º 0.66% 0.15% -
HSV(B) 20º 0.8% 0.25% -
XYZ 2.65 2.05 0.64 -
YUV 38.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 64 30 13 0 0.53 0.80 0.75 20 0.66 0.15
Hex 40 1E D 0 35 50 4B 14 42 F
Octal 100 36 15 0 65 120 113 24 102 17
Binary 1000000 11110 1101 0 110101 1010000 1001011 10100 1000010 1111

Color Harmonies of #401E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E0D

Black with #401E0D

Text Example


Text Example

White with #401E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,13); }

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

background-color css

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

 a { background-color: rgb(64,30,13); }

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

border-color css

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

 span { border-color: rgb(64,30,13); }

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