Html Css Color HEX #401E07 Brown Pod

📋 copy color: '#401E07'

red 64 ◦ green 30 ◦ blue 7

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

Shades of Brown Pod #401E07

Tints of Brown Pod #401E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.93%

R = 63.37%
G = 29.7%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#401E07 (or 0x401E07) is known color: Brown Pod. HEX triplet: 40, 1E and 07. RGB value is (64,30,7). Sum of RGB (Red+Green+Blue) = 64+30+7=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E07 is #BFE1F8. Grayscale: #252525. Windows color (decimal): -12575225 or 466496. OLE color: 466496.

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

Color convert

RGB 64 30 7 -
CMYK 0 0.53 0.89 0.75
HSL 24.21º 0.8% 0.14% -
HSV(B) 24.21º 0.89% 0.25% -
XYZ 2.62 2.03 0.46 -
YUV 37.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 64 30 7 0 0.53 0.89 0.75 24.21 0.8 0.14
Hex 40 1E 7 0 35 59 4B 18 50 E
Octal 100 36 7 0 65 131 113 30 120 16
Binary 1000000 11110 111 0 110101 1011001 1001011 11000 1010000 1110

Color Harmonies of #401E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E07

Black with #401E07

Text Example


Text Example

White with #401E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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