Html Css Color HEX #401E05 Brown Pod

📋 copy color: '#401E05'

red 64 ◦ green 30 ◦ blue 5

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

Shades of Brown Pod #401E05

Tints of Brown Pod #401E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.05%

R = 64.65%
G = 30.3%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#401E05 (or 0x401E05) is known color: Brown Pod. HEX triplet: 40, 1E and 05. RGB value is (64,30,5). Sum of RGB (Red+Green+Blue) = 64+30+5=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E05 is #BFE1FA. Grayscale: #252525. Windows color (decimal): -12575227 or 335424. OLE color: 335424.

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

Color convert

RGB 64 30 5 -
CMYK 0 0.53 0.92 0.75
HSL 25.42º 0.86% 0.14% -
HSV(B) 25.42º 0.92% 0.25% -
XYZ 2.61 2.03 0.4 -
YUV 37.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 64 30 5 0 0.53 0.92 0.75 25.42 0.86 0.14
Hex 40 1E 5 0 35 5C 4B 19 56 E
Octal 100 36 5 0 65 134 113 31 126 16
Binary 1000000 11110 101 0 110101 1011100 1001011 11001 1010110 1110

Color Harmonies of #401E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E05

Black with #401E05

Text Example


Text Example

White with #401E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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