Html Css Color HEX #401E00 Brown Pod

📋 copy color: '#401E00'

red 64 ◦ green 30 ◦ blue 0

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

Shades of Brown Pod #401E00

Tints of Brown Pod #401E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.09%
G = 31.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#401E00 (or 0x401E00) is known color: Brown Pod. HEX triplet: 40, 1E and 00. RGB value is (64,30,0). Sum of RGB (Red+Green+Blue) = 64+30+0=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E00 is #BFE1FF. Grayscale: #242424. Windows color (decimal): -12575232 or 7744. OLE color: 7744.

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

Color convert

RGB 64 30 0 -
CMYK 0 0.53 1 0.75
HSL 28.13º 1% 0.13% -
HSV(B) 28.13º 1% 0.25% -
XYZ 2.58 2.02 0.25 -
YUV 36.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 64 30 0 0 0.53 1 0.75 28.13 1 0.13
Hex 40 1E 0 0 35 64 4B 1C 64 D
Octal 100 36 0 0 65 144 113 34 144 15
Binary 1000000 11110 0 0 110101 1100100 1001011 11100 1100100 1101

Color Harmonies of #401E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E00

Black with #401E00

Text Example


Text Example

White with #401E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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