Html Css Color HEX #401E1B Brown Pod

📋 copy color: '#401E1B'

red 64 ◦ green 30 ◦ blue 27

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

Shades of Brown Pod #401E1B

Tints of Brown Pod #401E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 52.89%
G = 24.79%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#401E1B (or 0x401E1B) is known color: Brown Pod. HEX triplet: 40, 1E and 1B. RGB value is (64,30,27). Sum of RGB (Red+Green+Blue) = 64+30+27=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1B is #BFE1E4. Grayscale: #272727. Windows color (decimal): -12575205 or 1777216. OLE color: 1777216.

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

Color convert

RGB 64 30 27 -
CMYK 0 0.53 0.58 0.75
HSL 4.86º 0.41% 0.18% -
HSV(B) 4.86º 0.58% 0.25% -
XYZ 2.78 2.1 1.3 -
YUV 39.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 64 30 27 0 0.53 0.58 0.75 4.86 0.41 0.18
Hex 40 1E 1B 0 35 3A 4B 5 29 12
Octal 100 36 33 0 65 72 113 5 51 22
Binary 1000000 11110 11011 0 110101 111010 1001011 101 101001 10010

Color Harmonies of #401E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E1B

Black with #401E1B

Text Example


Text Example

White with #401E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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